Shades of Eminence #6C476C
Tints of Eminence #6C476C
RGB
CMYK
RGB Variations
Color information
#6C476C (or 0x6C476C) is known color: Eminence. HEX triplet: 6C, 47 and 6C. RGB value is (108,71,108). Sum of RGB (Red+Green+Blue) = 108+71+108=287 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.63% from 287); Green value is 71 (28.12% from 255 or 24.74% from 287); Blue value is 108 (42.58% from 255 or 37.63% from 287); Max value from RGB is 108 - color contains mainly: red, blue. Hex color #6C476C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C476C is #93B893. Grayscale: #565656. Windows color (decimal): -9681044 or 7096172. OLE color: 7096172.
HSL color Cylindrical-coordinate representation of color #6C476C: hue angle of 300º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6C476C is Cyan = 0, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 71 | 108 | - |
| CMYK | 0 | 0.34 | 0 | 0.58 |
| HSL | 300º | 0.21% | 0.35% | - |
| HSV(B) | 300º | 0.34% | 0.42% | - |
| XYZ | 11.14 | 8.78 | 15.29 | - |
| YUV | 86.28 | 140.26 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 71 | 108 | 0 | 0.34 | 0 | 0.58 | 300 | 0.21 | 0.35 |
| Hex | 6C | 47 | 6C | 0 | 22 | 0 | 3A | 12C | 15 | 23 |
| Octal | 154 | 107 | 154 | 0 | 42 | 0 | 72 | 454 | 25 | 43 |
| Binary | 1101100 | 1000111 | 1101100 | 0 | 100010 | 0 | 111010 | 100101100 | 10101 | 100011 |
Color Harmonies of #6C476C
Complementary color
Monochromatic Colors of #6C476C
Black with #6C476C
Text Example
Text Example
White with #6C476C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C476C; }
p { color: rgb(108,71,108); }
H1.HeaderClassName
{
color: #6C476C;
}
.AnyTagClassName
{
color: #6C476C;
}
</style>
background-color css
<style>
a { background-color: #6C476C; }
a { background-color: rgb(108,71,108); }
div.DivClassName
{
background-color: #6C476C;
}
.BgClassName
{
background-color: #6C476C;
}
</style>
border-color css
<style>
span { border-color: #6C476C; }
span { border-color: rgb(108,71,108); }
td.TdClassName
{
border-color: #6C476C;
}
.TagClassName
{
border-color: #6C476C;
}
</style>