Color Hex Logo

#649eab Color Hex

#649EAB
(100,158,171)
0 Favorites   0 Comments

Color spaces of #649eab

RGB 100158171
HSL0.530.300.53
HSV191°42°67°
CMYK 0.420.080.00   0.33
XYZ24.833130.103343.0298
Yxy30.10330.25350.3073
Hunter Lab54.8665-15.2255-8.0925
CIE-Lab61.7432-15.4555-12.7285

#649eab color RGB value is (100,158,171).

#649eab hex color red value is 100, green value is 158 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #649eab hue: 0.53 , saturation: 0.30 and the lightness value of 649eab is 0.53.

The process color (four color CMYK) of #649eab color hex is 0.42, 0.08, 0.00, 0.33. Web safe color of #649eab is #669999. Color #649eab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10011110 10101011
Octal 144 236 253
Decimal 100 158 171
Hex 64 9E AB

RGB Percentages of Color #649eab

%23.31
%36.83
%39.86

CMYK Percentages of Color #649eab

%42
%8
%0
%33

Triadic Colors of #649eab

#649eab #ab649e #9eab64

Analogous Colors of #649eab

#649eab #647bab #64ab95

Monochromatic Colors of #649eab

#649eab

Complementary Color

#649eab #ab7164

#649eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#649eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#649eab Color CSS Codes

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

#649eab Text Font Color

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

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


#649eab Background Color

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

This div background color is #649eab


#649eab Border Color

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

This div border color is #649eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #649eab


Comments

No comments written yet.

Please login to write comment.