Color Hex Logo

#649bcd Color Hex

#649BCD
(100,155,205)
0 Favorites   0 Comments

Color spaces of #649bcd

RGB 100155205
HSL0.580.510.60
HSV209°51°80°
CMYK 0.510.240.00   0.20
XYZ27.996330.559862.1807
Yxy30.55980.23190.2531
Hunter Lab55.2809-6.3426-27.9935
CIE-Lab62.1343-4.1076-31.2171

#649bcd color RGB value is (100,155,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 10011011 11001101
Octal 144 233 315
Decimal 100 155 205
Hex 64 9B CD

RGB Percentages of Color #649bcd

%21.74
%33.70
%44.57

CMYK Percentages of Color #649bcd

%51
%24
%0
%20

Triadic Colors of #649bcd

#649bcd #cd649b #9bcd64

Analogous Colors of #649bcd

#649bcd #6467cd #64cdcb

Monochromatic Colors of #649bcd

#649bcd

Complementary Color

#649bcd #cd9664

#649bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#649bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#649bcd Color CSS Codes

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

#649bcd Text Font Color

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

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


#649bcd Background Color

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

This div background color is #649bcd


#649bcd Border Color

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

This div border color is #649bcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #649bcd


Comments

No comments written yet.

Please login to write comment.