Shades of Eminence #6C4571
Tints of Eminence #6C4571
RGB
CMYK
RGB Variations
Color information
#6C4571 (or 0x6C4571) is known color: Eminence. HEX triplet: 6C, 45 and 71. RGB value is (108,69,113). Sum of RGB (Red+Green+Blue) = 108+69+113=290 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.24% from 290); Green value is 69 (27.34% from 255 or 23.79% from 290); Blue value is 113 (44.53% from 255 or 38.97% from 290); Max value from RGB is 113 - color contains mainly: blue. Hex color #6C4571 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C4571 is #93BA8E. Grayscale: #555555. Windows color (decimal): -9681551 or 7423340. OLE color: 7423340.
HSL color Cylindrical-coordinate representation of color #6C4571: hue angle of 293.18º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6C4571 is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 108 | 69 | 113 | - |
| CMYK | 0.04 | 0.39 | 0 | 0.56 |
| HSL | 293.18º | 0.24% | 0.36% | - |
| HSV(B) | 293.18º | 0.39% | 0.44% | - |
| XYZ | 11.29 | 8.64 | 16.69 | - |
| YUV | 85.68 | 143.42 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 69 | 113 | 0.04 | 0.39 | 0 | 0.56 | 293.18 | 0.24 | 0.36 |
| Hex | 6C | 45 | 71 | 4 | 27 | 0 | 38 | 125 | 18 | 24 |
| Octal | 154 | 105 | 161 | 4 | 47 | 0 | 70 | 445 | 30 | 44 |
| Binary | 1101100 | 1000101 | 1110001 | 100 | 100111 | 0 | 111000 | 100100101 | 11000 | 100100 |
Color Harmonies of #6C4571
Complementary color
Monochromatic Colors of #6C4571
Black with #6C4571
Text Example
Text Example
White with #6C4571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C4571; }
p { color: rgb(108,69,113); }
H1.HeaderClassName
{
color: #6C4571;
}
.AnyTagClassName
{
color: #6C4571;
}
</style>
background-color css
<style>
a { background-color: #6C4571; }
a { background-color: rgb(108,69,113); }
div.DivClassName
{
background-color: #6C4571;
}
.BgClassName
{
background-color: #6C4571;
}
</style>
border-color css
<style>
span { border-color: #6C4571; }
span { border-color: rgb(108,69,113); }
td.TdClassName
{
border-color: #6C4571;
}
.TagClassName
{
border-color: #6C4571;
}
</style>