Color Hex Logo

#649fcd Color Hex

#649FCD
(100,159,205)
0 Favorites   0 Comments

Color spaces of #649fcd

RGB 100159205
HSL0.570.510.60
HSV206°51°80°
CMYK 0.510.220.00   0.20
XYZ28.673131.913462.4063
Yxy31.91340.23310.2595
Hunter Lab56.4919-8.2613-25.9529
CIE-Lab63.2712-6.3489-29.4572

#649fcd color RGB value is (100,159,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 10011111 11001101
Octal 144 237 315
Decimal 100 159 205
Hex 64 9F CD

RGB Percentages of Color #649fcd

%21.55
%34.27
%44.18

CMYK Percentages of Color #649fcd

%51
%22
%0
%20

Triadic Colors of #649fcd

#649fcd #cd649f #9fcd64

Analogous Colors of #649fcd

#649fcd #646bcd #64cdc7

Monochromatic Colors of #649fcd

#649fcd

Complementary Color

#649fcd #cd9264

#649fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#649fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#649fcd Color CSS Codes

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

#649fcd Text Font Color

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

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


#649fcd Background Color

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

This div background color is #649fcd


#649fcd Border Color

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

This div border color is #649fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #649fcd


Comments

No comments written yet.

Please login to write comment.