Color Hex Logo

#649eda Color Hex

#649EDA
(100,158,218)
0 Favorites   0 Comments

Color spaces of #649eda

RGB 100158218
HSL0.580.610.62
HSV211°54°85°
CMYK 0.540.280.00   0.15
XYZ30.137332.225070.9613
Yxy32.22500.22600.2417
Hunter Lab56.7671-4.5778-34.3781
CIE-Lab63.5284-1.8439-36.2826

#649eda color RGB value is (100,158,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 10011110 11011010
Octal 144 236 332
Decimal 100 158 218
Hex 64 9E DA

RGB Percentages of Color #649eda

%21.01
%33.19
%45.80

CMYK Percentages of Color #649eda

%54
%28
%0
%15

Triadic Colors of #649eda

#649eda #da649e #9eda64

Analogous Colors of #649eda

#649eda #6564da #64d9da

Monochromatic Colors of #649eda

#649eda

Complementary Color

#649eda #daa064

#649eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#649eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#649eda Color CSS Codes

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

#649eda Text Font Color

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

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


#649eda Background Color

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

This div background color is #649eda


#649eda Border Color

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

This div border color is #649eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #649eda


Comments

No comments written yet.

Please login to write comment.