Shades of Eminence #6E426C
Tints of Eminence #6E426C
RGB
CMYK
RGB Variations
Color information
#6E426C (or 0x6E426C) is known color: Eminence. HEX triplet: 6E, 42 and 6C. RGB value is (110,66,108). Sum of RGB (Red+Green+Blue) = 110+66+108=284 (37% of max value = 765). Red value is 110 (43.36% from 255 or 38.73% from 284); Green value is 66 (26.17% from 255 or 23.24% from 284); Blue value is 108 (42.58% from 255 or 38.03% from 284); Max value from RGB is 110 - color contains mainly: red. Hex color #6E426C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E426C is #91BD93. Grayscale: #535353. Windows color (decimal): -9551252 or 7094894. OLE color: 7094894.
HSL color Cylindrical-coordinate representation of color #6E426C: hue angle of 302.73º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6E426C is Cyan = 0, Magento = 0.4, Yellow = 0.02 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 66 | 108 | - |
| CMYK | 0 | 0.4 | 0.02 | 0.57 |
| HSL | 302.73º | 0.25% | 0.35% | - |
| HSV(B) | 302.73º | 0.4% | 0.43% | - |
| XYZ | 11.09 | 8.29 | 15.2 | - |
| YUV | 83.94 | 141.58 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 66 | 108 | 0 | 0.4 | 0.02 | 0.57 | 302.73 | 0.25 | 0.35 |
| Hex | 6E | 42 | 6C | 0 | 28 | 2 | 39 | 12F | 19 | 23 |
| Octal | 156 | 102 | 154 | 0 | 50 | 2 | 71 | 457 | 31 | 43 |
| Binary | 1101110 | 1000010 | 1101100 | 0 | 101000 | 10 | 111001 | 100101111 | 11001 | 100011 |
Color Harmonies of #6E426C
Complementary color
Monochromatic Colors of #6E426C
Black with #6E426C
Text Example
Text Example
White with #6E426C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E426C; }
p { color: rgb(110,66,108); }
H1.HeaderClassName
{
color: #6E426C;
}
.AnyTagClassName
{
color: #6E426C;
}
</style>
background-color css
<style>
a { background-color: #6E426C; }
a { background-color: rgb(110,66,108); }
div.DivClassName
{
background-color: #6E426C;
}
.BgClassName
{
background-color: #6E426C;
}
</style>
border-color css
<style>
span { border-color: #6E426C; }
span { border-color: rgb(110,66,108); }
td.TdClassName
{
border-color: #6E426C;
}
.TagClassName
{
border-color: #6E426C;
}
</style>