Color Hex Logo

#639aab Color Hex

#639AAB
(99,154,171)
0 Favorites   0 Comments

Color spaces of #639aab

RGB 99154171
HSL0.540.300.53
HSV194°42°67°
CMYK 0.420.100.00   0.33
XYZ24.051928.704142.8009
Yxy28.70410.25170.3004
Hunter Lab53.5762-13.6246-9.8622
CIE-Lab60.5196-13.5687-14.5775

#639aab color RGB value is (99,154,171).

#639aab hex color red value is 99, green value is 154 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #639aab hue: 0.54 , saturation: 0.30 and the lightness value of 639aab is 0.53.

The process color (four color CMYK) of #639aab color hex is 0.42, 0.10, 0.00, 0.33. Web safe color of #639aab is #669999. Color #639aab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10011010 10101011
Octal 143 232 253
Decimal 99 154 171
Hex 63 9A AB

RGB Percentages of Color #639aab

%23.35
%36.32
%40.33

CMYK Percentages of Color #639aab

%42
%10
%0
%33

Triadic Colors of #639aab

#639aab #ab639a #9aab63

Analogous Colors of #639aab

#639aab #6376ab #63ab98

Monochromatic Colors of #639aab

#639aab

Complementary Color

#639aab #ab7463

#639aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#639aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#639aab Color CSS Codes

.mybgcolor {background-color:#639aab; } 
.myforecolor {color:#639aab; }
.mybordercolor {border:3px solid #639aab; }

#639aab Text Font Color

<p style="color:#639aab">Text here</p>

This sample text font color is #639aab
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#639aab Background Color

<div style="background-color:#639aab">
Div content here</div>

This div background color is #639aab


#639aab Border Color

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

This div border color is #639aab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,154,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #639aab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #639aab;
  -webkit-box-shadow: 1px 1px 3px 2px #639aab;
  box-shadow:         1px 1px 3px 2px #639aab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(99,154,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #639aab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #639aab;
  -webkit-box-shadow: 1px 1px 3px 2px #639aab;
  box-shadow:         1px 1px 3px 2px #639aab;">
Div content here</div>

This div box has shadow with color #639aab


Comments

No comments written yet.

Please login to write comment.