COLOR #639FAF

HEX: #639FAF
RGB: (99,159,175)

Color info

#639FAF contains mainly green and blue colors. Web safe color of #639FAF is #669999 (or #699).

RGB color model

#639FAF color RGB value is (99,159,175).

  • red value is 99;
  • green value is 159;
  • blue value is 175.
RGB:
(99,159,175)
(39%,62%,69%)

RGB channels and saturation

R 99 of 255 = 39%
G 159 of 255 = 62%
B 175 of 255 = 69%

99
159
175

R + G + B ~ 57%. #639FAF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
99 + 159 + 175 = 433 (100%)
R 99 of 433 ~ 22.86%
G 159 of 433 ~ 36.72%
B 175 of 433 ~ 40.42%

%22.86
%36.72
%40.42

CMYK color model

#639FAF color CMYK value is (43,9,0,31).

  • cyan value is 43.43%
  • magenta value is 9.14%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(43,9,0,31)
C43M9Y0K31 
(43%,9%,0%,31%)
(0.43/0.09/0.00/0.31)	

CMYK percentages

%43.43
%9.14
%0
%31.37

Codes

Color #639FAF in popluar color models

639FAF
RGB99159175
HSL193°32.20%53.73%
HSB/HSV193°43.43%68.63%
CMYK43.43%9.14%0.00%
31.37%

Color #639FAF in popluar number systems.

HEX639FAF
Decimal99159175
Binary11000111001111110101111
Octal143237257

Shades and tints

Shades of #639FAF

#639FAF
(99,159,175)
#5A91A0
(90,145,160)
#518391
(81,131,145)
#487582
(72,117,130)
#3F6773
(63,103,115)
#365964
(54,89,100)
#2D4B55
(45,75,85)
#243D46
(36,61,70)
#1B2F37
(27,47,55)
#122128
(18,33,40)
#091319
(9,19,25)
#000000
(0,0,0)

Tints of #639FAF

#639FAF
(99,159,175)
#71A7B6
(113,167,182)
#7FAFBD
(127,175,189)
#8DB7C4
(141,183,196)
#9BBFCB
(155,191,203)
#A9C7D2
(169,199,210)
#B7CFD9
(183,207,217)
#C5D7E0
(197,215,224)
#D3DFE7
(211,223,231)
#E1E7EE
(225,231,238)
#EFEFF5
(239,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #639FAF color. Also use rgb(99,159,175) instead hex code.

Text Font Color

.myTextColor { color: #639FAF; }

<p style="color:#639FAF">This sample text font color is #639FAF.</p>

This text font color is #639FAF.


Background Color

.myBgColor { background-color: #639FAF; }

<div style="background-color:#639FAF">Inner text</div>

This div background color is #639FAF.


Border color

.myBorderColor { border: 1px solid #639FAF; }

<div style="border:3px solid #639FAF">Div</div>

This div border color is #639FAF.


Opacity

.myOpacity80 { color: #639FAF; opacity: 0.8; }

<p style="color:#639FAF;opacity:0.8;">80%</p>

Text with #639FAF color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #639FAF;}

<p style="text-shadow: 3px 3px 1px #639FAF">Text here.</p>

This text has shadow with #639FAF color.

.textShadow {text-shadow: 3px 3px 1px #639FAF, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #639FAF, 5px 5px 20px red">Text here.</p>

This text has shadow with #639FAF primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#639FAF, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#639FAF, Direction=45, Strength=4)">Text</p>

This text has shadow with #639FAF and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #639FAF;
  -webkit-box-shadow:	1px 1px 3px 2px #639FAF;
  box-shadow:		1px 1px 3px 2px #639FAF;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #639FAF;
-webkit-box-shadow: 1px 1px 3px 2px #639FAF;
box-shadow:1px 1px 3px 2px #639FAF;">
Div content here</div>
This div box has shadow with color #639FAF.

Preview

Color preview on black background

This text has color #639FAF on black background.


Color preview on white background

This text has color #639FAF on white background.



Black color preview on #639FAF background

This text has black color on #639FAF background.


White color preview on #639FAF background

This text has white color on #639FAF background.