Color Hex Logo

#639ccd Color Hex

#639CCD
(99,156,205)
0 Favorites   0 Comments

Color spaces of #639ccd

RGB 99156205
HSL0.580.510.60
HSV208°52°80°
CMYK 0.520.240.00   0.20
XYZ28.053530.837462.2312
Yxy30.83740.23160.2546
Hunter Lab55.5314-7.0050-27.5712
CIE-Lab62.3701-4.8979-30.8554

#639ccd color RGB value is (99,156,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 10011100 11001101
Octal 143 234 315
Decimal 99 156 205
Hex 63 9C CD

RGB Percentages of Color #639ccd

%21.52
%33.91
%44.57

CMYK Percentages of Color #639ccd

%52
%24
%0
%20

Triadic Colors of #639ccd

#639ccd #cd639c #9ccd63

Analogous Colors of #639ccd

#639ccd #6367cd #63cdc9

Monochromatic Colors of #639ccd

#639ccd

Complementary Color

#639ccd #cd9463

#639ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#639ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#639ccd Color CSS Codes

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

#639ccd Text Font Color

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

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


#639ccd Background Color

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

This div background color is #639ccd


#639ccd Border Color

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

This div border color is #639ccd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(99,156,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 #639ccd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #639ccd


Comments

No comments written yet.

Please login to write comment.