Shades of Eminence #6C4171
Tints of Eminence #6C4171
RGB
CMYK
RGB Variations
Color information
#6C4171 (or 0x6C4171) is known color: Eminence. HEX triplet: 6C, 41 and 71. RGB value is (108,65,113). Sum of RGB (Red+Green+Blue) = 108+65+113=286 (37% of max value = 765). Red value is 108 (42.58% from 255 or 37.76% from 286); Green value is 65 (25.78% from 255 or 22.73% from 286); Blue value is 113 (44.53% from 255 or 39.51% from 286); Max value from RGB is 113 - color contains mainly: blue. Hex color #6C4171 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C4171 is #93BE8E. Grayscale: #535353. Windows color (decimal): -9682575 or 7422316. OLE color: 7422316.
HSL color Cylindrical-coordinate representation of color #6C4171: hue angle of 293.75º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6C4171 is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 108 | 65 | 113 | - |
| CMYK | 0.04 | 0.42 | 0 | 0.56 |
| HSL | 293.75º | 0.27% | 0.35% | - |
| HSV(B) | 293.75º | 0.42% | 0.44% | - |
| XYZ | 11.06 | 8.16 | 16.62 | - |
| YUV | 83.33 | 144.75 | 145.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 65 | 113 | 0.04 | 0.42 | 0 | 0.56 | 293.75 | 0.27 | 0.35 |
| Hex | 6C | 41 | 71 | 4 | 2A | 0 | 38 | 126 | 1B | 23 |
| Octal | 154 | 101 | 161 | 4 | 52 | 0 | 70 | 446 | 33 | 43 |
| Binary | 1101100 | 1000001 | 1110001 | 100 | 101010 | 0 | 111000 | 100100110 | 11011 | 100011 |
Color Harmonies of #6C4171
Complementary color
Monochromatic Colors of #6C4171
Black with #6C4171
Text Example
Text Example
White with #6C4171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C4171; }
p { color: rgb(108,65,113); }
H1.HeaderClassName
{
color: #6C4171;
}
.AnyTagClassName
{
color: #6C4171;
}
</style>
background-color css
<style>
a { background-color: #6C4171; }
a { background-color: rgb(108,65,113); }
div.DivClassName
{
background-color: #6C4171;
}
.BgClassName
{
background-color: #6C4171;
}
</style>
border-color css
<style>
span { border-color: #6C4171; }
span { border-color: rgb(108,65,113); }
td.TdClassName
{
border-color: #6C4171;
}
.TagClassName
{
border-color: #6C4171;
}
</style>