Color Hex Logo

#639ccb Color Hex

#639CCB
(99,156,203)
0 Favorites   0 Comments

Color spaces of #639ccb

RGB 99156203
HSL0.580.500.59
HSV207°51°80°
CMYK 0.510.230.00   0.20
XYZ27.813530.741460.9677
Yxy30.74140.23270.2572
Hunter Lab55.4449-7.4855-26.3843
CIE-Lab62.2887-5.4990-29.8647

#639ccb color RGB value is (99,156,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 10011100 11001011
Octal 143 234 313
Decimal 99 156 203
Hex 63 9C CB

RGB Percentages of Color #639ccb

%21.62
%34.06
%44.32

CMYK Percentages of Color #639ccb

%51
%23
%0
%20

Triadic Colors of #639ccb

#639ccb #cb639c #9ccb63

Analogous Colors of #639ccb

#639ccb #6368cb #63cbc6

Monochromatic Colors of #639ccb

#639ccb

Complementary Color

#639ccb #cb9263

#639ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#639ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#639ccb Color CSS Codes

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

#639ccb Text Font Color

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

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


#639ccb Background Color

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

This div background color is #639ccb


#639ccb Border Color

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

This div border color is #639ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #639ccb


Comments

No comments written yet.

Please login to write comment.