Color Hex Logo

#649ddc Color Hex

#649DDC
(100,157,220)
0 Favorites   0 Comments

Color spaces of #649ddc

RGB 100157220
HSL0.590.630.63
HSV212°55°86°
CMYK 0.550.290.00   0.14
XYZ30.230831.990672.2916
Yxy31.99060.22470.2378
Hunter Lab56.5602-3.5742-36.1884
CIE-Lab63.3351-0.6585-37.6927

#649ddc color RGB value is (100,157,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 10011101 11011100
Octal 144 235 334
Decimal 100 157 220
Hex 64 9D DC

RGB Percentages of Color #649ddc

%20.96
%32.91
%46.12

CMYK Percentages of Color #649ddc

%55
%29
%0
%14

Triadic Colors of #649ddc

#649ddc #dc649d #9ddc64

Analogous Colors of #649ddc

#649ddc #6764dc #64d9dc

Monochromatic Colors of #649ddc

#649ddc

Complementary Color

#649ddc #dca364

#649ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#649ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#649ddc Color CSS Codes

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

#649ddc Text Font Color

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

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


#649ddc Background Color

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

This div background color is #649ddc


#649ddc Border Color

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

This div border color is #649ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #649ddc


Comments

No comments written yet.

Please login to write comment.