Shades of Eminence #6E416C
Tints of Eminence #6E416C
RGB
CMYK
RGB Variations
Color information
#6E416C (or 0x6E416C) is known color: Eminence. HEX triplet: 6E, 41 and 6C. RGB value is (110,65,108). Sum of RGB (Red+Green+Blue) = 110+65+108=283 (37% of max value = 765). Red value is 110 (43.36% from 255 or 38.87% from 283); Green value is 65 (25.78% from 255 or 22.97% from 283); Blue value is 108 (42.58% from 255 or 38.16% from 283); Max value from RGB is 110 - color contains mainly: red. Hex color #6E416C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E416C is #91BE93. Grayscale: #535353. Windows color (decimal): -9551508 or 7094638. OLE color: 7094638.
HSL color Cylindrical-coordinate representation of color #6E416C: hue angle of 302.67º 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 #6E416C is Cyan = 0, Magento = 0.41, Yellow = 0.02 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 65 | 108 | - |
| CMYK | 0 | 0.41 | 0.02 | 0.57 |
| HSL | 302.67º | 0.26% | 0.34% | - |
| HSV(B) | 302.67º | 0.41% | 0.43% | - |
| XYZ | 11.03 | 8.18 | 15.18 | - |
| YUV | 83.36 | 141.91 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 65 | 108 | 0 | 0.41 | 0.02 | 0.57 | 302.67 | 0.26 | 0.34 |
| Hex | 6E | 41 | 6C | 0 | 29 | 2 | 39 | 12F | 1A | 22 |
| Octal | 156 | 101 | 154 | 0 | 51 | 2 | 71 | 457 | 32 | 42 |
| Binary | 1101110 | 1000001 | 1101100 | 0 | 101001 | 10 | 111001 | 100101111 | 11010 | 100010 |
Color Harmonies of #6E416C
Complementary color
Monochromatic Colors of #6E416C
Black with #6E416C
Text Example
Text Example
White with #6E416C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E416C; }
p { color: rgb(110,65,108); }
H1.HeaderClassName
{
color: #6E416C;
}
.AnyTagClassName
{
color: #6E416C;
}
</style>
background-color css
<style>
a { background-color: #6E416C; }
a { background-color: rgb(110,65,108); }
div.DivClassName
{
background-color: #6E416C;
}
.BgClassName
{
background-color: #6E416C;
}
</style>
border-color css
<style>
span { border-color: #6E416C; }
span { border-color: rgb(110,65,108); }
td.TdClassName
{
border-color: #6E416C;
}
.TagClassName
{
border-color: #6E416C;
}
</style>