#6E4D6E

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

Shades of Eminence #6E4D6E

Tints of Eminence #6E4D6E

Color information

#6E4D6E (or 0x6E4D6E) is unknown color: approx Eminence. HEX triplet: 6E, 4D and 6E. RGB value is (110,77,110). Sum of RGB (Red+Green+Blue) = 110+77+110=297 (39% of max value = 765). Red value is 110 (43.36% from 255 or 37.04% from 297); Green value is 77 (30.47% from 255 or 25.93% from 297); Blue value is 110 (43.36% from 255 or 37.04% from 297); Max value from RGB is 110 - color contains mainly: red, blue. Hex color #6E4D6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E4D6E is #91B291. Grayscale: #5A5A5A. Windows color (decimal): -9548434 or 7228782. OLE color: 7228782.

HSL color Cylindrical-coordinate representation of color #6E4D6E: hue angle of 300º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6E4D6E is Cyan = 0, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB11077110-
CMYK00.300.57
HSL300º17.65%36.67%-
HSV(B)300º30%43.14%-
XYZ11.99.7516.01-
YUV90.63138.93141.82-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 37.04%
GREEN value IS 77 (30.47% from 255) = 25.93%
BLUE value IS 110 (43.36% from 255) = 37.04%
R=37.04%
G=25.93%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1107711000.300.5730017.6536.67
Hex6E4D6E01E03912c1225
Octal1561151560360714542245
Binary110111010011011101110011110011100110010110010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E4D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,77,110); }

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

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

 a { background-color: rgb(110,77,110); }

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

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

 span { border-color: rgb(110,77,110); }

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