Shades of Eminence #68426C
Tints of Eminence #68426C
RGB
CMYK
RGB Variations
Color information
#68426C (or 0x68426C) is known color: Eminence. HEX triplet: 68, 42 and 6C. RGB value is (104,66,108). Sum of RGB (Red+Green+Blue) = 104+66+108=278 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.41% from 278); Green value is 66 (26.17% from 255 or 23.74% from 278); Blue value is 108 (42.58% from 255 or 38.85% from 278); Max value from RGB is 108 - color contains mainly: blue. Hex color #68426C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68426C is #97BD93. Grayscale: #525252. Windows color (decimal): -9944468 or 7094888. OLE color: 7094888.
HSL color Cylindrical-coordinate representation of color #68426C: hue angle of 294.29º 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 #68426C is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 104 | 66 | 108 | - |
| CMYK | 0.04 | 0.39 | 0 | 0.58 |
| HSL | 294.29º | 0.24% | 0.34% | - |
| HSV(B) | 294.29º | 0.39% | 0.42% | - |
| XYZ | 10.36 | 7.92 | 15.17 | - |
| YUV | 82.15 | 142.59 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 66 | 108 | 0.04 | 0.39 | 0 | 0.58 | 294.29 | 0.24 | 0.34 |
| Hex | 68 | 42 | 6C | 4 | 27 | 0 | 3A | 126 | 18 | 22 |
| Octal | 150 | 102 | 154 | 4 | 47 | 0 | 72 | 446 | 30 | 42 |
| Binary | 1101000 | 1000010 | 1101100 | 100 | 100111 | 0 | 111010 | 100100110 | 11000 | 100010 |
Color Harmonies of #68426C
Complementary color
Monochromatic Colors of #68426C
Black with #68426C
Text Example
Text Example
White with #68426C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68426C; }
p { color: rgb(104,66,108); }
H1.HeaderClassName
{
color: #68426C;
}
.AnyTagClassName
{
color: #68426C;
}
</style>
background-color css
<style>
a { background-color: #68426C; }
a { background-color: rgb(104,66,108); }
div.DivClassName
{
background-color: #68426C;
}
.BgClassName
{
background-color: #68426C;
}
</style>
border-color css
<style>
span { border-color: #68426C; }
span { border-color: rgb(104,66,108); }
td.TdClassName
{
border-color: #68426C;
}
.TagClassName
{
border-color: #68426C;
}
</style>