Color Hex Logo

#639ccc Color Hex

#639CCC
(99,156,204)
0 Favorites   0 Comments

Color spaces of #639ccc

RGB 99156204
HSL0.580.510.59
HSV207°51°80°
CMYK 0.510.240.00   0.20
XYZ27.933130.789261.5974
Yxy30.78920.23220.2559
Hunter Lab55.4880-7.2457-26.9764
CIE-Lab62.3293-5.1987-30.3604

#639ccc color RGB value is (99,156,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 10011100 11001100
Octal 143 234 314
Decimal 99 156 204
Hex 63 9C CC

RGB Percentages of Color #639ccc

%21.57
%33.99
%44.44

CMYK Percentages of Color #639ccc

%51
%24
%0
%20

Triadic Colors of #639ccc

#639ccc #cc639c #9ccc63

Analogous Colors of #639ccc

#639ccc #6368cc #63ccc8

Monochromatic Colors of #639ccc

#639ccc

Complementary Color

#639ccc #cc9363

#639ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#639ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#639ccc Color CSS Codes

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

#639ccc Text Font Color

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

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


#639ccc Background Color

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

This div background color is #639ccc


#639ccc Border Color

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

This div border color is #639ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #639ccc


Comments

No comments written yet.

Please login to write comment.