Shades of Eminence #6A426C
Tints of Eminence #6A426C
RGB
CMYK
RGB Variations
Color information
#6A426C (or 0x6A426C) is known color: Eminence. HEX triplet: 6A, 42 and 6C. RGB value is (106,66,108). Sum of RGB (Red+Green+Blue) = 106+66+108=280 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.86% from 280); Green value is 66 (26.17% from 255 or 23.57% from 280); Blue value is 108 (42.58% from 255 or 38.57% from 280); Max value from RGB is 108 - color contains mainly: blue. Hex color #6A426C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A426C is #95BD93. Grayscale: #525252. Windows color (decimal): -9813396 or 7094890. OLE color: 7094890.
HSL color Cylindrical-coordinate representation of color #6A426C: hue angle of 297.14º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6A426C is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 66 | 108 | - |
| CMYK | 0.02 | 0.39 | 0 | 0.58 |
| HSL | 297.14º | 0.24% | 0.34% | - |
| HSV(B) | 297.14º | 0.39% | 0.42% | - |
| XYZ | 10.6 | 8.04 | 15.18 | - |
| YUV | 82.75 | 142.25 | 144.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 66 | 108 | 0.02 | 0.39 | 0 | 0.58 | 297.14 | 0.24 | 0.34 |
| Hex | 6A | 42 | 6C | 2 | 27 | 0 | 3A | 129 | 18 | 22 |
| Octal | 152 | 102 | 154 | 2 | 47 | 0 | 72 | 451 | 30 | 42 |
| Binary | 1101010 | 1000010 | 1101100 | 10 | 100111 | 0 | 111010 | 100101001 | 11000 | 100010 |
Color Harmonies of #6A426C
Complementary color
Monochromatic Colors of #6A426C
Black with #6A426C
Text Example
Text Example
White with #6A426C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A426C; }
p { color: rgb(106,66,108); }
H1.HeaderClassName
{
color: #6A426C;
}
.AnyTagClassName
{
color: #6A426C;
}
</style>
background-color css
<style>
a { background-color: #6A426C; }
a { background-color: rgb(106,66,108); }
div.DivClassName
{
background-color: #6A426C;
}
.BgClassName
{
background-color: #6A426C;
}
</style>
border-color css
<style>
span { border-color: #6A426C; }
span { border-color: rgb(106,66,108); }
td.TdClassName
{
border-color: #6A426C;
}
.TagClassName
{
border-color: #6A426C;
}
</style>