Color Hex Logo

#6581ad Color Hex

#6581AD
(101,129,173)
0 Favorites   0 Comments

Color spaces of #6581ad

RGB 101129173
HSL0.600.310.54
HSV217°42°68°
CMYK 0.420.250.00   0.32
XYZ20.759921.484342.5879
Yxy21.48430.24470.2533
Hunter Lab46.3512-1.1674-22.0304
CIE-Lab53.47551.6515-26.4791

#6581ad color RGB value is (101,129,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 10000001 10101101
Octal 145 201 255
Decimal 101 129 173
Hex 65 81 AD

RGB Percentages of Color #6581ad

%25.06
%32.01
%42.93

CMYK Percentages of Color #6581ad

%42
%25
%0
%32

Triadic Colors of #6581ad

#6581ad #ad6581 #81ad65

Analogous Colors of #6581ad

#6581ad #6d65ad #65a5ad

Monochromatic Colors of #6581ad

#6581ad

Complementary Color

#6581ad #ad9165

#6581ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6581ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#6581ad Color CSS Codes

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

#6581ad Text Font Color

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

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


#6581ad Background Color

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

This div background color is #6581ad


#6581ad Border Color

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

This div border color is #6581ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(101,129,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 #6581ad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6581ad


Comments

No comments written yet.

Please login to write comment.