#6D466F

Color #6D466F Eminence (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eminence #6D466F

Tints of Eminence #6D466F

Color information

#6D466F (or 0x6D466F) is unknown color: approx Eminence. HEX triplet: 6D, 46 and 6F. RGB value is (109,70,111). Sum of RGB (Red+Green+Blue) = 109+70+111=290 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.59% from 290); Green value is 70 (27.73% from 255 or 24.14% from 290); Blue value is 111 (43.75% from 255 or 38.28% from 290); Max value from RGB is 111 - color contains mainly: blue. Hex color #6D466F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D466F is #92B990. Grayscale: #565656. Windows color (decimal): -9615761 or 7292525. OLE color: 7292525.

HSL color Cylindrical-coordinate representation of color #6D466F: hue angle of 297.07º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6D466F is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10970111-
CMYK0.020.3700.56
HSL297.07º22.65%35.49%-
HSV(B)297.07º36.94%43.53%-
XYZ11.378.7816.13-
YUV86.34141.92144.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 109 (42.97% from 255) = 37.59%
GREEN value IS 70 (27.73% from 255) = 24.14%
BLUE value IS 111 (43.75% from 255) = 38.28%
R=37.59%
G=24.14%
B=38.28%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal109701110.020.3700.56297.0722.6535.49
Hex6D466F2250381291723
Octal1551061572450704512743
Binary11011011000110110111110100101011100010010100110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D466F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6D466F; }

 p { color: rgb(109,70,111); }

 H1.HeaderClassName
 {
   color: #6D466F;
 }
 .AnyTagClassName
 {
   color: #6D466F;
 }
</style>
background-color css

<style>
 a { background-color: #6D466F; }

 a { background-color: rgb(109,70,111); }

 div.DivClassName
 {
   background-color: #6D466F;
 }
 .BgClassName
 {
   background-color: #6D466F;
 }
</style>
border-color css

<style>
 span { border-color: #6D466F; }

 span { border-color: rgb(109,70,111); }

 td.TdClassName
 {
   border-color: #6D466F;
 }
 .TagClassName
 {
   border-color: #6D466F;
 }
</style>