Color Hex Logo

#639aad Color Hex

#639AAD
(99,154,173)
0 Favorites   0 Comments

Color spaces of #639aad

RGB 99154173
HSL0.540.310.53
HSV195°43°68°
CMYK 0.430.110.00   0.32
XYZ24.244028.781043.8127
Yxy28.78100.25040.2972
Hunter Lab53.6479-13.2181-10.8669
CIE-Lab60.5879-13.0232-15.6053

#639aad color RGB value is (99,154,173).

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

The process color (four color CMYK) of #639aad color hex is 0.43, 0.11, 0.00, 0.32. Web safe color of #639aad is #669999. Color #639aad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10011010 10101101
Octal 143 232 255
Decimal 99 154 173
Hex 63 9A AD

RGB Percentages of Color #639aad

%23.24
%36.15
%40.61

CMYK Percentages of Color #639aad

%43
%11
%0
%32

Triadic Colors of #639aad

#639aad #ad639a #9aad63

Analogous Colors of #639aad

#639aad #6375ad #63ad9b

Monochromatic Colors of #639aad

#639aad

Complementary Color

#639aad #ad7663

#639aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#639aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#639aad Color CSS Codes

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

#639aad Text Font Color

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

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


#639aad Background Color

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

This div background color is #639aad


#639aad Border Color

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

This div border color is #639aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #639aad


Comments

No comments written yet.

Please login to write comment.