Color Hex Logo

#649add Color Hex

#649ADD
(100,154,221)
0 Favorites   0 Comments

Color spaces of #649add

RGB 100154221
HSL0.590.640.63
HSV213°55°87°
CMYK 0.550.300.00   0.13
XYZ29.862331.041072.8242
Yxy31.04100.22330.2321
Hunter Lab55.7145-1.8264-38.4977
CIE-Lab62.54221.3667-39.4872

#649add color RGB value is (100,154,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 10011010 11011101
Octal 144 232 335
Decimal 100 154 221
Hex 64 9A DD

RGB Percentages of Color #649add

%21.05
%32.42
%46.53

CMYK Percentages of Color #649add

%55
%30
%0
%13

Triadic Colors of #649add

#649add #dd649a #9add64

Analogous Colors of #649add

#649add #6b64dd #64d7dd

Monochromatic Colors of #649add

#649add

Complementary Color

#649add #dda764

#649add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#649add Color Preview on White Background

Lorem ipsum dolor sit amet.

#649add Color CSS Codes

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

#649add Text Font Color

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

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


#649add Background Color

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

This div background color is #649add


#649add Border Color

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

This div border color is #649add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #649add


Comments

No comments written yet.

Please login to write comment.