Shades of Eminence #6B4876
Tints of Eminence #6B4876
RGB
CMYK
RGB Variations
Color information
#6B4876 (or 0x6B4876) is known color: Eminence. HEX triplet: 6B, 48 and 76. RGB value is (107,72,118). Sum of RGB (Red+Green+Blue) = 107+72+118=297 (39% of max value = 765). Red value is 107 (42.19% from 255 or 36.03% from 297); Green value is 72 (28.52% from 255 or 24.24% from 297); Blue value is 118 (46.48% from 255 or 39.73% from 297); Max value from RGB is 118 - color contains mainly: blue. Hex color #6B4876 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B4876 is #94B789. Grayscale: #575757. Windows color (decimal): -9746314 or 7751787. OLE color: 7751787.
HSL color Cylindrical-coordinate representation of color #6B4876: hue angle of 285.65º 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 #6B4876 is Cyan = 0.09, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 107 | 72 | 118 | - |
| CMYK | 0.09 | 0.39 | 0 | 0.54 |
| HSL | 285.65º | 0.24% | 0.37% | - |
| HSV(B) | 285.65º | 0.39% | 0.46% | - |
| XYZ | 11.65 | 9.07 | 18.28 | - |
| YUV | 87.71 | 145.1 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 72 | 118 | 0.09 | 0.39 | 0 | 0.54 | 285.65 | 0.24 | 0.37 |
| Hex | 6B | 48 | 76 | 9 | 27 | 0 | 36 | 11E | 18 | 25 |
| Octal | 153 | 110 | 166 | 11 | 47 | 0 | 66 | 436 | 30 | 45 |
| Binary | 1101011 | 1001000 | 1110110 | 1001 | 100111 | 0 | 110110 | 100011110 | 11000 | 100101 |
Color Harmonies of #6B4876
Complementary color
Monochromatic Colors of #6B4876
Black with #6B4876
Text Example
Text Example
White with #6B4876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4876; }
p { color: rgb(107,72,118); }
H1.HeaderClassName
{
color: #6B4876;
}
.AnyTagClassName
{
color: #6B4876;
}
</style>
background-color css
<style>
a { background-color: #6B4876; }
a { background-color: rgb(107,72,118); }
div.DivClassName
{
background-color: #6B4876;
}
.BgClassName
{
background-color: #6B4876;
}
</style>
border-color css
<style>
span { border-color: #6B4876; }
span { border-color: rgb(107,72,118); }
td.TdClassName
{
border-color: #6B4876;
}
.TagClassName
{
border-color: #6B4876;
}
</style>