Color Hex Logo

#649cdc Color Hex

#649CDC
(100,156,220)
0 Favorites   0 Comments

Color spaces of #649cdc

RGB 100156220
HSL0.590.630.63
HSV212°55°86°
CMYK 0.550.290.00   0.14
XYZ30.062331.653672.2354
Yxy31.65360.22440.2363
Hunter Lab56.2615-3.0795-36.7406
CIE-Lab63.0555-0.0887-38.1295

#649cdc color RGB value is (100,156,220).

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

The process color (four color CMYK) of #649cdc color hex is 0.55, 0.29, 0.00, 0.14. Web safe color of #649cdc is #6699cc. Color #649cdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10011100 11011100
Octal 144 234 334
Decimal 100 156 220
Hex 64 9C DC

RGB Percentages of Color #649cdc

%21.01
%32.77
%46.22

CMYK Percentages of Color #649cdc

%55
%29
%0
%14

Triadic Colors of #649cdc

#649cdc #dc649c #9cdc64

Analogous Colors of #649cdc

#649cdc #6864dc #64d8dc

Monochromatic Colors of #649cdc

#649cdc

Complementary Color

#649cdc #dca464

#649cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#649cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#649cdc Color CSS Codes

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

#649cdc Text Font Color

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

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


#649cdc Background Color

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

This div background color is #649cdc


#649cdc Border Color

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

This div border color is #649cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #649cdc


Comments

No comments written yet.

Please login to write comment.