#6E4B6E

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

Shades of Eminence #6E4B6E

Tints of Eminence #6E4B6E

Color information

#6E4B6E (or 0x6E4B6E) is unknown color: approx Eminence. HEX triplet: 6E, 4B and 6E. RGB value is (110,75,110). Sum of RGB (Red+Green+Blue) = 110+75+110=295 (39% of max value = 765). Red value is 110 (43.36% from 255 or 37.29% from 295); Green value is 75 (29.69% from 255 or 25.42% from 295); Blue value is 110 (43.36% from 255 or 37.29% from 295); Max value from RGB is 110 - color contains mainly: red, blue. Hex color #6E4B6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E4B6E is #91B491. Grayscale: #595959. Windows color (decimal): -9548946 or 7228270. OLE color: 7228270.

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

Color convert

RGB11075110-
CMYK00.3200.57
HSL300º18.92%36.27%-
HSV(B)300º31.82%43.14%-
XYZ11.769.4715.96-
YUV89.46139.6142.65-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 37.29%
GREEN value IS 75 (29.69% from 255) = 25.42%
BLUE value IS 110 (43.36% from 255) = 37.29%
R=37.29%
G=25.42%
B=37.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1107511000.3200.5730018.9236.27
Hex6E4B6E02003912c1324
Octal1561131560400714542344
Binary1101110100101111011100100000011100110010110010011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E4B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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