Color Hex Logo

#6499ad Color Hex

#6499AD
(100,153,173)
0 Favorites   0 Comments

Color spaces of #6499ad

RGB 100153173
HSL0.550.310.54
HSV196°42°68°
CMYK 0.420.120.00   0.32
XYZ24.189628.508943.7630
Yxy28.50890.25080.2955
Hunter Lab53.3937-12.5710-11.2201
CIE-Lab60.3457-12.2169-15.9669

#6499ad color RGB value is (100,153,173).

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

The process color (four color CMYK) of #6499ad color hex is 0.42, 0.12, 0.00, 0.32. Web safe color of #6499ad is #669999. Color #6499ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10011001 10101101
Octal 144 231 255
Decimal 100 153 173
Hex 64 99 AD

RGB Percentages of Color #6499ad

%23.47
%35.92
%40.61

CMYK Percentages of Color #6499ad

%42
%12
%0
%32

Triadic Colors of #6499ad

#6499ad #ad6499 #99ad64

Analogous Colors of #6499ad

#6499ad #6475ad #64ad9d

Monochromatic Colors of #6499ad

#6499ad

Complementary Color

#6499ad #ad7864

#6499ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6499ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#6499ad Color CSS Codes

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

#6499ad Text Font Color

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

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


#6499ad Background Color

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

This div background color is #6499ad


#6499ad Border Color

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

This div border color is #6499ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6499ad


Comments

No comments written yet.

Please login to write comment.