#6D476C

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

Shades of Eminence #6D476C

Tints of Eminence #6D476C

Color information

#6D476C (or 0x6D476C) is unknown color: approx Eminence. HEX triplet: 6D, 47 and 6C. RGB value is (109,71,108). Sum of RGB (Red+Green+Blue) = 109+71+108=288 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.85% from 288); Green value is 71 (28.12% from 255 or 24.65% from 288); Blue value is 108 (42.58% from 255 or 37.5% from 288); Max value from RGB is 109 - color contains mainly: red. Hex color #6D476C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D476C is #92B893. Grayscale: #565656. Windows color (decimal): -9615508 or 7096173. OLE color: 7096173.

HSL color Cylindrical-coordinate representation of color #6D476C: hue angle of 301.58º degrees, saturation: 0.21, 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 #6D476C is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.57.

Color convert

RGB10971108-
CMYK00.350.010.57
HSL301.58º21.11%35.29%-
HSV(B)301.58º34.86%42.75%-
XYZ11.278.8415.3-
YUV86.58140.09143.99-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 37.85%
GREEN value IS 71 (28.12% from 255) = 24.65%
BLUE value IS 108 (42.58% from 255) = 37.5%
R=37.85%
G=24.65%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.01
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1097110800.350.010.57301.5821.1135.29
Hex6D476C02313912e1523
Octal1551071540431714562543
Binary1101101100011111011000100011111100110010111010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D476C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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