Color Hex Logo

#6d89ad Color Hex

#6D89AD
(109,137,173)
0 Favorites   0 Comments

Color spaces of #6d89ad

RGB 109137173
HSL0.590.280.55
HSV214°37°68°
CMYK 0.370.210.00   0.32
XYZ22.795224.159742.9970
Yxy24.15970.25340.2686
Hunter Lab49.1525-3.2349-17.4582
CIE-Lab56.2473-0.7607-22.1669

#6d89ad color RGB value is (109,137,173).

#6d89ad hex color red value is 109, green value is 137 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #6d89ad hue: 0.59 , saturation: 0.28 and the lightness value of 6d89ad is 0.55.

The process color (four color CMYK) of #6d89ad color hex is 0.37, 0.21, 0.00, 0.32. Web safe color of #6d89ad is #669999. Color #6d89ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 10001001 10101101
Octal 155 211 255
Decimal 109 137 173
Hex 6D 89 AD

RGB Percentages of Color #6d89ad

%26.01
%32.70
%41.29

CMYK Percentages of Color #6d89ad

%37
%21
%0
%32

Triadic Colors of #6d89ad

#6d89ad #ad6d89 #89ad6d

Analogous Colors of #6d89ad

#6d89ad #716dad #6da9ad

Monochromatic Colors of #6d89ad

#6d89ad

Complementary Color

#6d89ad #ad916d

#6d89ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6d89ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#6d89ad Color CSS Codes

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

#6d89ad Text Font Color

<p style="color:#6d89ad">Text here</p>

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


#6d89ad Background Color

<div style="background-color:#6d89ad">
Div content here</div>

This div background color is #6d89ad


#6d89ad Border Color

<div style="border:3px solid #6d89ad">
Div here</div>

This div border color is #6d89ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(109,137,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6d89ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6d89ad;
  -webkit-box-shadow: 1px 1px 3px 2px #6d89ad;
  box-shadow:         1px 1px 3px 2px #6d89ad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(109,137,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 #6d89ad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6d89ad


Comments

No comments written yet.

Please login to write comment.