Color Hex Logo

#649cdf Color Hex

#649CDF
(100,156,223)
0 Favorites   0 Comments

Color spaces of #649cdf

RGB 100156223
HSL0.590.660.63
HSV213°55°87°
CMYK 0.550.300.00   0.13
XYZ30.463331.814074.3472
Yxy31.81400.22300.2329
Hunter Lab56.4039-2.3004-38.6687
CIE-Lab63.18890.8447-39.5832

#649cdf color RGB value is (100,156,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 10011100 11011111
Octal 144 234 337
Decimal 100 156 223
Hex 64 9C DF

RGB Percentages of Color #649cdf

%20.88
%32.57
%46.56

CMYK Percentages of Color #649cdf

%55
%30
%0
%13

Triadic Colors of #649cdf

#649cdf #df649c #9cdf64

Analogous Colors of #649cdf

#649cdf #6a64df #64dadf

Monochromatic Colors of #649cdf

#649cdf

Complementary Color

#649cdf #dfa764

#649cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#649cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#649cdf Color CSS Codes

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

#649cdf Text Font Color

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

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


#649cdf Background Color

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

This div background color is #649cdf


#649cdf Border Color

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

This div border color is #649cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #649cdf


Comments

No comments written yet.

Please login to write comment.