Shades of Eminence #6C4876
Tints of Eminence #6C4876
RGB
CMYK
RGB Variations
Color information
#6C4876 (or 0x6C4876) is known color: Eminence. HEX triplet: 6C, 48 and 76. RGB value is (108,72,118). Sum of RGB (Red+Green+Blue) = 108+72+118=298 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.24% from 298); Green value is 72 (28.52% from 255 or 24.16% from 298); Blue value is 118 (46.48% from 255 or 39.60% from 298); Max value from RGB is 118 - color contains mainly: blue. Hex color #6C4876 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C4876 is #93B789. Grayscale: #575757. Windows color (decimal): -9680778 or 7751788. OLE color: 7751788.
HSL color Cylindrical-coordinate representation of color #6C4876: hue angle of 286.96º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6C4876 is Cyan = 0.08, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 108 | 72 | 118 | - |
| CMYK | 0.08 | 0.39 | 0 | 0.54 |
| HSL | 286.96º | 0.24% | 0.37% | - |
| HSV(B) | 286.96º | 0.39% | 0.46% | - |
| XYZ | 11.77 | 9.13 | 18.28 | - |
| YUV | 88.01 | 144.93 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 72 | 118 | 0.08 | 0.39 | 0 | 0.54 | 286.96 | 0.24 | 0.37 |
| Hex | 6C | 48 | 76 | 8 | 27 | 0 | 36 | 11F | 18 | 25 |
| Octal | 154 | 110 | 166 | 10 | 47 | 0 | 66 | 437 | 30 | 45 |
| Binary | 1101100 | 1001000 | 1110110 | 1000 | 100111 | 0 | 110110 | 100011111 | 11000 | 100101 |
Color Harmonies of #6C4876
Complementary color
Monochromatic Colors of #6C4876
Black with #6C4876
Text Example
Text Example
White with #6C4876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C4876; }
p { color: rgb(108,72,118); }
H1.HeaderClassName
{
color: #6C4876;
}
.AnyTagClassName
{
color: #6C4876;
}
</style>
background-color css
<style>
a { background-color: #6C4876; }
a { background-color: rgb(108,72,118); }
div.DivClassName
{
background-color: #6C4876;
}
.BgClassName
{
background-color: #6C4876;
}
</style>
border-color css
<style>
span { border-color: #6C4876; }
span { border-color: rgb(108,72,118); }
td.TdClassName
{
border-color: #6C4876;
}
.TagClassName
{
border-color: #6C4876;
}
</style>