COLOR #639DAB

HEX: #639DAB
RGB: (99,157,171)

Color info

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

RGB color model

#639DAB color RGB value is (99,157,171).

  • red value is 99;
  • green value is 157;
  • blue value is 171.
RGB:
(99,157,171)
(39%,62%,67%)

RGB channels and saturation

R 99 of 255 = 39%
G 157 of 255 = 62%
B 171 of 255 = 67%

99
157
171

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

Portions of RGB colors in percentages

R + G + B =
99 + 157 + 171 = 427 (100%)
R 99 of 427 ~ 23.19%
G 157 of 427 ~ 36.77%
B 171 of 427 ~ 40.05%

%23.19
%36.77
%40.05

CMYK color model

#639DAB color CMYK value is (42,8,0,33).

  • cyan value is 42.11%
  • magenta value is 8.19%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(42,8,0,33)
C42M8Y0K33 
(42%,8%,0%,33%)
(0.42/0.08/0.00/0.33)	

CMYK percentages

%42.11
%8.19
%0
%32.94

Codes

Color #639DAB in popluar color models

639DAB
RGB99157171
HSL192°30.00%52.94%
HSB/HSV192°42.11%67.06%
CMYK42.11%8.19%0.00%
32.94%

Color #639DAB in popluar number systems.

HEX639DAB
Decimal99157171
Binary11000111001110110101011
Octal143235253

Shades and tints

Shades of #639DAB

#639DAB
(99,157,171)
#5A8F9C
(90,143,156)
#51818D
(81,129,141)
#48737E
(72,115,126)
#3F656F
(63,101,111)
#365760
(54,87,96)
#2D4951
(45,73,81)
#243B42
(36,59,66)
#1B2D33
(27,45,51)
#121F24
(18,31,36)
#091115
(9,17,21)
#000000
(0,0,0)

Tints of #639DAB

#639DAB
(99,157,171)
#71A5B2
(113,165,178)
#7FADB9
(127,173,185)
#8DB5C0
(141,181,192)
#9BBDC7
(155,189,199)
#A9C5CE
(169,197,206)
#B7CDD5
(183,205,213)
#C5D5DC
(197,213,220)
#D3DDE3
(211,221,227)
#E1E5EA
(225,229,234)
#EFEDF1
(239,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #639DAB color. Also use rgb(99,157,171) instead hex code.

Text Font Color

.myTextColor { color: #639DAB; }

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

This text font color is #639DAB.


Background Color

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

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

This div background color is #639DAB.


Border color

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

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

This div border color is #639DAB.


Opacity

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

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

Text with #639DAB 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 #639DAB;}

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

This text has shadow with #639DAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #639DAB on black background.


Color preview on white background

This text has color #639DAB on white background.



Black color preview on #639DAB background

This text has black color on #639DAB background.


White color preview on #639DAB background

This text has white color on #639DAB background.