#6E476C

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

Shades of Eminence #6E476C

Tints of Eminence #6E476C

Color information

#6E476C (or 0x6E476C) is unknown color: approx Eminence. HEX triplet: 6E, 47 and 6C. RGB value is (110,71,108). Sum of RGB (Red+Green+Blue) = 110+71+108=289 (38% of max value = 765). Red value is 110 (43.36% from 255 or 38.06% from 289); Green value is 71 (28.12% from 255 or 24.57% from 289); Blue value is 108 (42.58% from 255 or 37.37% from 289); Max value from RGB is 110 - color contains mainly: red. Hex color #6E476C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E476C is #91B893. Grayscale: #565656. Windows color (decimal): -9549972 or 7096174. OLE color: 7096174.

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

Color convert

RGB11071108-
CMYK00.350.020.57
HSL303.08º21.55%35.49%-
HSV(B)303.08º35.45%43.14%-
XYZ11.398.915.31-
YUV86.88139.92144.49-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 38.06%
GREEN value IS 71 (28.12% from 255) = 24.57%
BLUE value IS 108 (42.58% from 255) = 37.37%
R=38.06%
G=24.57%
B=37.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.02
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1107110800.350.020.57303.0821.5535.49
Hex6E476C02323912f1623
Octal1561071540432714572643
Binary11011101000111110110001000111011100110010111110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E476C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,71,108); }

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

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

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

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

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

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

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