Color Hex Logo

#649ccb Color Hex

#649CCB
(100,156,203)
0 Favorites   0 Comments

Color spaces of #649ccb

RGB 100156203
HSL0.580.500.59
HSV207°51°80°
CMYK 0.510.230.00   0.20
XYZ27.923530.798160.9728
Yxy30.79810.23330.2573
Hunter Lab55.4960-7.3036-26.2940
CIE-Lab62.3368-5.2693-29.7864

#649ccb color RGB value is (100,156,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 10011100 11001011
Octal 144 234 313
Decimal 100 156 203
Hex 64 9C CB

RGB Percentages of Color #649ccb

%21.79
%33.99
%44.23

CMYK Percentages of Color #649ccb

%51
%23
%0
%20

Triadic Colors of #649ccb

#649ccb #cb649c #9ccb64

Analogous Colors of #649ccb

#649ccb #6469cb #64cbc7

Monochromatic Colors of #649ccb

#649ccb

Complementary Color

#649ccb #cb9364

#649ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#649ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#649ccb Color CSS Codes

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

#649ccb Text Font Color

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

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


#649ccb Background Color

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

This div background color is #649ccb


#649ccb Border Color

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

This div border color is #649ccb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(100,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 #649ccb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #649ccb


Comments

No comments written yet.

Please login to write comment.