Color Hex Logo

#649fab Color Hex

#649FAB
(100,159,171)
0 Favorites   0 Comments

Color spaces of #649fab

RGB 100159171
HSL0.530.300.53
HSV190°42°67°
CMYK 0.420.070.00   0.33
XYZ25.004430.445943.0868
Yxy30.44590.25380.3090
Hunter Lab55.1778-15.6720-7.6734
CIE-Lab62.0371-15.9887-12.2867

#649fab color RGB value is (100,159,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 10011111 10101011
Octal 144 237 253
Decimal 100 159 171
Hex 64 9F AB

RGB Percentages of Color #649fab

%23.26
%36.98
%39.77

CMYK Percentages of Color #649fab

%42
%7
%0
%33

Triadic Colors of #649fab

#649fab #ab649f #9fab64

Analogous Colors of #649fab

#649fab #647cab #64ab94

Monochromatic Colors of #649fab

#649fab

Complementary Color

#649fab #ab7064

#649fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#649fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#649fab Color CSS Codes

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

#649fab Text Font Color

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

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


#649fab Background Color

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

This div background color is #649fab


#649fab Border Color

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

This div border color is #649fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #649fab


Comments

No comments written yet.

Please login to write comment.