Shades of Eminence #6C4B72
Tints of Eminence #6C4B72
RGB
CMYK
RGB Variations
Color information
#6C4B72 (or 0x6C4B72) is known color: Eminence. HEX triplet: 6C, 4B and 72. RGB value is (108,75,114). Sum of RGB (Red+Green+Blue) = 108+75+114=297 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.36% from 297); Green value is 75 (29.69% from 255 or 25.25% from 297); Blue value is 114 (44.92% from 255 or 38.38% from 297); Max value from RGB is 114 - color contains mainly: blue. Hex color #6C4B72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C4B72 is #93B48D. Grayscale: #595959. Windows color (decimal): -9680014 or 7490412. OLE color: 7490412.
HSL color Cylindrical-coordinate representation of color #6C4B72: hue angle of 290.77º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6C4B72 is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 108 | 75 | 114 | - |
| CMYK | 0.05 | 0.34 | 0 | 0.55 |
| HSL | 290.77º | 0.21% | 0.37% | - |
| HSV(B) | 290.77º | 0.34% | 0.45% | - |
| XYZ | 11.74 | 9.44 | 17.12 | - |
| YUV | 89.31 | 141.93 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 75 | 114 | 0.05 | 0.34 | 0 | 0.55 | 290.77 | 0.21 | 0.37 |
| Hex | 6C | 4B | 72 | 5 | 22 | 0 | 37 | 123 | 15 | 25 |
| Octal | 154 | 113 | 162 | 5 | 42 | 0 | 67 | 443 | 25 | 45 |
| Binary | 1101100 | 1001011 | 1110010 | 101 | 100010 | 0 | 110111 | 100100011 | 10101 | 100101 |
Color Harmonies of #6C4B72
Complementary color
Monochromatic Colors of #6C4B72
Black with #6C4B72
Text Example
Text Example
White with #6C4B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C4B72; }
p { color: rgb(108,75,114); }
H1.HeaderClassName
{
color: #6C4B72;
}
.AnyTagClassName
{
color: #6C4B72;
}
</style>
background-color css
<style>
a { background-color: #6C4B72; }
a { background-color: rgb(108,75,114); }
div.DivClassName
{
background-color: #6C4B72;
}
.BgClassName
{
background-color: #6C4B72;
}
</style>
border-color css
<style>
span { border-color: #6C4B72; }
span { border-color: rgb(108,75,114); }
td.TdClassName
{
border-color: #6C4B72;
}
.TagClassName
{
border-color: #6C4B72;
}
</style>