Color Hex Logo

#649eca Color Hex

#649ECA
(100,158,202)
0 Favorites   0 Comments

Color spaces of #649eca

RGB 100158202
HSL0.570.490.59
HSV206°50°79°
CMYK 0.500.220.00   0.21
XYZ28.143131.427360.4599
Yxy31.42730.23450.2618
Hunter Lab56.0601-8.4951-24.7013
CIE-Lab62.8667-6.6842-28.4093

#649eca color RGB value is (100,158,202).

#649eca hex color red value is 100, green value is 158 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #649eca hue: 0.57 , saturation: 0.49 and the lightness value of 649eca is 0.59.

The process color (four color CMYK) of #649eca color hex is 0.50, 0.22, 0.00, 0.21. Web safe color of #649eca is #6699cc. Color #649eca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10011110 11001010
Octal 144 236 312
Decimal 100 158 202
Hex 64 9E CA

RGB Percentages of Color #649eca

%21.74
%34.35
%43.91

CMYK Percentages of Color #649eca

%50
%22
%0
%21

Triadic Colors of #649eca

#649eca #ca649e #9eca64

Analogous Colors of #649eca

#649eca #646bca #64cac3

Monochromatic Colors of #649eca

#649eca

Complementary Color

#649eca #ca9064

#649eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#649eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#649eca Color CSS Codes

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

#649eca Text Font Color

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

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


#649eca Background Color

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

This div background color is #649eca


#649eca Border Color

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

This div border color is #649eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #649eca


Comments

No comments written yet.

Please login to write comment.