Shades of Eminence #6C416E
Tints of Eminence #6C416E
RGB
CMYK
RGB Variations
Color information
#6C416E (or 0x6C416E) is known color: Eminence. HEX triplet: 6C, 41 and 6E. RGB value is (108,65,110). Sum of RGB (Red+Green+Blue) = 108+65+110=283 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.16% from 283); Green value is 65 (25.78% from 255 or 22.97% from 283); Blue value is 110 (43.36% from 255 or 38.87% from 283); Max value from RGB is 110 - color contains mainly: blue. Hex color #6C416E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C416E is #93BE91. Grayscale: #525252. Windows color (decimal): -9682578 or 7225708. OLE color: 7225708.
HSL color Cylindrical-coordinate representation of color #6C416E: hue angle of 297.33º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6C416E is Cyan = 0.02, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 108 | 65 | 110 | - |
| CMYK | 0.02 | 0.41 | 0 | 0.57 |
| HSL | 297.33º | 0.26% | 0.34% | - |
| HSV(B) | 297.33º | 0.41% | 0.43% | - |
| XYZ | 10.89 | 8.09 | 15.74 | - |
| YUV | 82.99 | 143.25 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 65 | 110 | 0.02 | 0.41 | 0 | 0.57 | 297.33 | 0.26 | 0.34 |
| Hex | 6C | 41 | 6E | 2 | 29 | 0 | 39 | 129 | 1A | 22 |
| Octal | 154 | 101 | 156 | 2 | 51 | 0 | 71 | 451 | 32 | 42 |
| Binary | 1101100 | 1000001 | 1101110 | 10 | 101001 | 0 | 111001 | 100101001 | 11010 | 100010 |
Color Harmonies of #6C416E
Complementary color
Monochromatic Colors of #6C416E
Black with #6C416E
Text Example
Text Example
White with #6C416E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C416E; }
p { color: rgb(108,65,110); }
H1.HeaderClassName
{
color: #6C416E;
}
.AnyTagClassName
{
color: #6C416E;
}
</style>
background-color css
<style>
a { background-color: #6C416E; }
a { background-color: rgb(108,65,110); }
div.DivClassName
{
background-color: #6C416E;
}
.BgClassName
{
background-color: #6C416E;
}
</style>
border-color css
<style>
span { border-color: #6C416E; }
span { border-color: rgb(108,65,110); }
td.TdClassName
{
border-color: #6C416E;
}
.TagClassName
{
border-color: #6C416E;
}
</style>