Color Hex Logo

#649dcb Color Hex

#649DCB
(100,157,203)
0 Favorites   0 Comments

Color spaces of #649dcb

RGB 100157203
HSL0.570.500.59
HSV207°51°80°
CMYK 0.510.230.00   0.20
XYZ28.092031.135161.0290
Yxy31.13510.23360.2589
Hunter Lab55.7988-7.7819-25.7882
CIE-Lab62.6215-5.8292-29.3462

#649dcb color RGB value is (100,157,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 10011101 11001011
Octal 144 235 313
Decimal 100 157 203
Hex 64 9D CB

RGB Percentages of Color #649dcb

%21.74
%34.13
%44.13

CMYK Percentages of Color #649dcb

%51
%23
%0
%20

Triadic Colors of #649dcb

#649dcb #cb649d #9dcb64

Analogous Colors of #649dcb

#649dcb #646acb #64cbc6

Monochromatic Colors of #649dcb

#649dcb

Complementary Color

#649dcb #cb9264

#649dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#649dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#649dcb Color CSS Codes

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

#649dcb Text Font Color

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

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


#649dcb Background Color

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

This div background color is #649dcb


#649dcb Border Color

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

This div border color is #649dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #649dcb


Comments

No comments written yet.

Please login to write comment.