Color Hex Logo

#639aaa Color Hex

#639AAA
(99,154,170)
0 Favorites   0 Comments

Color spaces of #639aaa

RGB 99154170
HSL0.540.290.53
HSV194°42°67°
CMYK 0.420.090.00   0.33
XYZ23.956928.666142.3007
Yxy28.66610.25240.3020
Hunter Lab53.5407-13.8261-9.3645
CIE-Lab60.4858-13.8400-14.0628

#639aaa color RGB value is (99,154,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 10011010 10101010
Octal 143 232 252
Decimal 99 154 170
Hex 63 9A AA

RGB Percentages of Color #639aaa

%23.40
%36.41
%40.19

CMYK Percentages of Color #639aaa

%42
%9
%0
%33

Triadic Colors of #639aaa

#639aaa #aa639a #9aaa63

Analogous Colors of #639aaa

#639aaa #6377aa #63aa97

Monochromatic Colors of #639aaa

#639aaa

Complementary Color

#639aaa #aa7363

#639aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#639aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#639aaa Color CSS Codes

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

#639aaa Text Font Color

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

This sample text font color is #639aaa
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.


#639aaa Background Color

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

This div background color is #639aaa


#639aaa Border Color

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

This div border color is #639aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #639aaa


Comments

No comments written yet.

Please login to write comment.