Color Hex Logo

#639acd Color Hex

#639ACD
(99,154,205)
0 Favorites   0 Comments

Color spaces of #639acd

RGB 99154205
HSL0.580.510.60
HSV209°52°80°
CMYK 0.520.250.00   0.20
XYZ27.720630.171662.1203
Yxy30.17160.23100.2514
Hunter Lab54.9287-6.0424-28.6026
CIE-Lab61.8020-3.7711-31.7362

#639acd color RGB value is (99,154,205).

#639acd hex color red value is 99, green value is 154 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #639acd hue: 0.58 , saturation: 0.51 and the lightness value of 639acd is 0.60.

The process color (four color CMYK) of #639acd color hex is 0.52, 0.25, 0.00, 0.20. Web safe color of #639acd is #6699cc. Color #639acd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10011010 11001101
Octal 143 232 315
Decimal 99 154 205
Hex 63 9A CD

RGB Percentages of Color #639acd

%21.62
%33.62
%44.76

CMYK Percentages of Color #639acd

%52
%25
%0
%20

Triadic Colors of #639acd

#639acd #cd639a #9acd63

Analogous Colors of #639acd

#639acd #6365cd #63cdcb

Monochromatic Colors of #639acd

#639acd

Complementary Color

#639acd #cd9663

#639acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#639acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#639acd Color CSS Codes

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

#639acd Text Font Color

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

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


#639acd Background Color

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

This div background color is #639acd


#639acd Border Color

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

This div border color is #639acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #639acd


Comments

No comments written yet.

Please login to write comment.