Color Hex Logo

#649dda Color Hex

#649DDA
(100,157,218)
0 Favorites   0 Comments

Color spaces of #649dda

RGB 100157218
HSL0.590.610.62
HSV211°54°85°
CMYK 0.540.280.00   0.15
XYZ29.967431.885270.9047
Yxy31.88520.22570.2402
Hunter Lab56.4670-4.0861-34.9226
CIE-Lab63.2479-1.2766-36.7202

#649dda color RGB value is (100,157,218).

#649dda hex color red value is 100, green value is 157 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #649dda hue: 0.59 , saturation: 0.61 and the lightness value of 649dda is 0.62.

The process color (four color CMYK) of #649dda color hex is 0.54, 0.28, 0.00, 0.15. Web safe color of #649dda is #6699cc. Color #649dda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10011101 11011010
Octal 144 235 332
Decimal 100 157 218
Hex 64 9D DA

RGB Percentages of Color #649dda

%21.05
%33.05
%45.89

CMYK Percentages of Color #649dda

%54
%28
%0
%15

Triadic Colors of #649dda

#649dda #da649d #9dda64

Analogous Colors of #649dda

#649dda #6664da #64d8da

Monochromatic Colors of #649dda

#649dda

Complementary Color

#649dda #daa164

#649dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#649dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#649dda Color CSS Codes

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

#649dda Text Font Color

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

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


#649dda Background Color

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

This div background color is #649dda


#649dda Border Color

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

This div border color is #649dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #649dda


Comments

No comments written yet.

Please login to write comment.