Color Hex Logo

#6499ab Color Hex

#6499AB
(100,153,171)
0 Favorites   0 Comments

Color spaces of #6499ab

RGB 100153171
HSL0.540.300.53
HSV195°42°67°
CMYK 0.420.110.00   0.33
XYZ23.997428.432142.7512
Yxy28.43210.25210.2987
Hunter Lab53.3218-12.9793-10.2111
CIE-Lab60.2771-12.7626-14.9389

#6499ab color RGB value is (100,153,171).

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

The process color (four color CMYK) of #6499ab color hex is 0.42, 0.11, 0.00, 0.33. Web safe color of #6499ab is #669999. Color #6499ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10011001 10101011
Octal 144 231 253
Decimal 100 153 171
Hex 64 99 AB

RGB Percentages of Color #6499ab

%23.58
%36.08
%40.33

CMYK Percentages of Color #6499ab

%42
%11
%0
%33

Triadic Colors of #6499ab

#6499ab #ab6499 #99ab64

Analogous Colors of #6499ab

#6499ab #6476ab #64ab9a

Monochromatic Colors of #6499ab

#6499ab

Complementary Color

#6499ab #ab7664

#6499ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6499ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#6499ab Color CSS Codes

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

#6499ab Text Font Color

<p style="color:#6499ab">Text here</p>

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


#6499ab Background Color

<div style="background-color:#6499ab">
Div content here</div>

This div background color is #6499ab


#6499ab Border Color

<div style="border:3px solid #6499ab">
Div here</div>

This div border color is #6499ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6499ab


Comments

No comments written yet.

Please login to write comment.