Color Hex Logo

#649ccd Color Hex

#649CCD
(100,156,205)
0 Favorites   0 Comments

Color spaces of #649ccd

RGB 100156205
HSL0.580.510.60
HSV208°51°80°
CMYK 0.510.240.00   0.20
XYZ28.163430.894062.2364
Yxy30.89400.23220.2547
Hunter Lab55.5824-6.8238-27.4802
CIE-Lab62.4180-4.6703-30.7774

#649ccd color RGB value is (100,156,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 10011100 11001101
Octal 144 234 315
Decimal 100 156 205
Hex 64 9C CD

RGB Percentages of Color #649ccd

%21.69
%33.84
%44.47

CMYK Percentages of Color #649ccd

%51
%24
%0
%20

Triadic Colors of #649ccd

#649ccd #cd649c #9ccd64

Analogous Colors of #649ccd

#649ccd #6468cd #64cdca

Monochromatic Colors of #649ccd

#649ccd

Complementary Color

#649ccd #cd9564

#649ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#649ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#649ccd Color CSS Codes

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

#649ccd Text Font Color

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

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


#649ccd Background Color

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

This div background color is #649ccd


#649ccd Border Color

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

This div border color is #649ccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #649ccd


Comments

No comments written yet.

Please login to write comment.