#6E496E

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

Shades of Eminence #6E496E

Tints of Eminence #6E496E

Color information

#6E496E (or 0x6E496E) is unknown color: approx Eminence. HEX triplet: 6E, 49 and 6E. RGB value is (110,73,110). Sum of RGB (Red+Green+Blue) = 110+73+110=293 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.54% from 293); Green value is 73 (28.91% from 255 or 24.91% from 293); Blue value is 110 (43.36% from 255 or 37.54% from 293); Max value from RGB is 110 - color contains mainly: red, blue. Hex color #6E496E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E496E is #91B691. Grayscale: #585858. Windows color (decimal): -9549458 or 7227758. OLE color: 7227758.

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

Color convert

RGB11073110-
CMYK00.3400.57
HSL300º20.22%35.88%-
HSV(B)300º33.64%43.14%-
XYZ11.639.2115.92-
YUV88.28140.26143.49-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 37.54%
GREEN value IS 73 (28.91% from 255) = 24.91%
BLUE value IS 110 (43.36% from 255) = 37.54%
R=37.54%
G=24.91%
B=37.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1107311000.3400.5730020.2235.88
Hex6E496E02203912c1424
Octal1561111560420714542444
Binary1101110100100111011100100010011100110010110010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E496E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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