Color Hex Logo

#649acd Color Hex

#649ACD
(100,154,205)
0 Favorites   0 Comments

Color spaces of #649acd

RGB 100154205
HSL0.580.510.60
HSV209°51°80°
CMYK 0.510.250.00   0.20
XYZ27.830630.228362.1254
Yxy30.22830.23160.2515
Hunter Lab54.9803-5.8601-28.5090
CIE-Lab61.8507-3.5430-31.6568

#649acd color RGB value is (100,154,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 10011010 11001101
Octal 144 232 315
Decimal 100 154 205
Hex 64 9A CD

RGB Percentages of Color #649acd

%21.79
%33.55
%44.66

CMYK Percentages of Color #649acd

%51
%25
%0
%20

Triadic Colors of #649acd

#649acd #cd649a #9acd64

Analogous Colors of #649acd

#649acd #6466cd #64cdcc

Monochromatic Colors of #649acd

#649acd

Complementary Color

#649acd #cd9764

#649acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#649acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#649acd Color CSS Codes

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

#649acd Text Font Color

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

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


#649acd Background Color

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

This div background color is #649acd


#649acd Border Color

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

This div border color is #649acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #649acd


Comments

No comments written yet.

Please login to write comment.