crispedge.com

Color picker

Loading...

#639faf hex color - Blue - Cool color - Information

#639faf hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #639faf Color code in RGB color code model is created after adding 38.82% red color, 62.35% green color and 68.63% blue color. Hex #639faf Color code in CMYK color (process color) code model is generated after subtraction of 43% cyan, 9% magenta, 0% yellow and 31% black.

Hex #639faf color code is between #6699aa web safe hex color code and #55aabb web safe hex color code. #6699aa is the nearest web safe color code. You can see here many more shades of #639faf color code.

0 Likes 0 Comments | 1 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code639faf#639faf
RGB Decimal99, 159, 175rgb(99, 159, 175)
RGB Percent39%, 62%, 69%rgb(39%, 62%, 69%)
CSS RGBa99, 159, 175,1rgba(99,159,175,1)
CMYK Modelcmyk(43%,9%,0%,31%)
HSL Color Space193,32% ,54%hsl(193,32% ,54%)
HSV Color Space193°, 43%, 69%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011000111001111110101111
Octal143237257
Decimal99159175
Hex639faf

Different shades of #639faf color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #639faf
#85b4c0
Dark Shade of #639faf
#4c8493
Saturated Shade of #639faf
#57a6bb
Desaturated Shade of #639faf
#6f98a3
Grey scale Shade of #639faf
#898989
Brighten Shade
#7cb8c8
Most Readable Shade
#000000

Shades of #639faf color code

Generate more color scales with scales (color stack) generator.

#639faf
#588d9b
#4d7b88
#426a74
#375861
#2c464d
#21353a
#162326
#0b1113
#000000

Similar Color like #639faf color

Find visually similar hex color codes nearing to #639faf hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#64a0b0
#65a1b1
#66a2b2
#67a3b3
#68a4b4
#69a5b5
#6aa6b6
#6ba7b7
#6ca8b8
#6da9b9
#6eaaba
#6fabbb
#70acbc
#71adbd
#629eae
#619dad
#609cac
#5f9bab
#5e9aaa
#5d99a9
#5c98a8
#5b97a7
#5a96a6
#5995a5
#5894a4
#5793a3
#5692a2
#5591a1

Monochromatic Color with #639faf

#639faf
#7bc6d9
#030505
#1b2b2f
#33525a
#4b7884

Tints of #639faf Color

#639faf
#74a9b7
#85b4c0
#97bfc9
#a8c9d2
#b9d4db
#cbdfe4
#dce9ed
#edf4f6
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#639faf
#af7363

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#639faf
#af6379
#af9963

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#63afa1
#63aeaf
#639faf
#6390af
#6381af

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#639faf
#af639f
#9faf63

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#639faf
#9963af
#af7363
#79af63

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#639faf
#af7363
#af9963
#6379af

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #639faf Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#639faf Color Code Preview on Black Background Color

This is how #639faf Color will look on black background color. Color contrast ratio is 7.11

#639faf in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#639faf">Your Example Paragraph content text in with font color #639faf </p>

Your Example Paragraph content text in with font color #639faf

HTML with inline CSS

<div style="color:#639faf">Your Paragraph text in with font color #639faf </div>

Your Example Paragraph content text in with font color #639faf

#639faf color code is use for CSS Background Color

Background color for the above div is #639faf

HTML with inline CSS

<div style="background-color:#639faf;"></div>

#639faf color code is use for CSS Border Color

CSS Border color for the above div is #639faf

HTML with inline CSS

<div style="border:5px solid #639faf;"></div>

CSS Border Left color for the above div is #639faf

HTML with inline CSS

<div style="border-left:5px solid #639faf;"></div>

CSS Border Right color for the above div is #639faf

HTML with inline CSS

<div style="border-right:5px solid #639faf;"></div>

CSS Border Bottom color for the above div is #639faf

HTML with inline CSS

<div style="border-bottom:5px solid #639faf;"></div>

CSS Border Top color for the above div is #639faf

HTML with inline CSS

<div style="border-top:5px solid #639faf;"></div>

#639faf hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#639faf; } .examplecolorclass {color:#639faf; } .examplebordercolor {border:3px solid #639faf; }

#639faf Color code Preview on White Background

This is how #639faf Color code will look on white background color. Color contrast ratio is 2.95

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #639faf; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #639faf; }

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(99,159,175,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(175,115,99,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(99,159,175,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.