Shades of Eminence #68426D
Tints of Eminence #68426D
RGB
CMYK
RGB Variations
Color information
#68426D (or 0x68426D) is known color: Eminence. HEX triplet: 68, 42 and 6D. RGB value is (104,66,109). Sum of RGB (Red+Green+Blue) = 104+66+109=279 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.28% from 279); Green value is 66 (26.17% from 255 or 23.66% from 279); Blue value is 109 (42.97% from 255 or 39.07% from 279); Max value from RGB is 109 - color contains mainly: blue. Hex color #68426D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68426D is #97BD92. Grayscale: #525252. Windows color (decimal): -9944467 or 7160424. OLE color: 7160424.
HSL color Cylindrical-coordinate representation of color #68426D: hue angle of 293.02º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #68426D is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 104 | 66 | 109 | - |
| CMYK | 0.05 | 0.39 | 0 | 0.57 |
| HSL | 293.02º | 0.25% | 0.34% | - |
| HSV(B) | 293.02º | 0.39% | 0.43% | - |
| XYZ | 10.42 | 7.94 | 15.45 | - |
| YUV | 82.26 | 143.09 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 66 | 109 | 0.05 | 0.39 | 0 | 0.57 | 293.02 | 0.25 | 0.34 |
| Hex | 68 | 42 | 6D | 5 | 27 | 0 | 39 | 125 | 19 | 22 |
| Octal | 150 | 102 | 155 | 5 | 47 | 0 | 71 | 445 | 31 | 42 |
| Binary | 1101000 | 1000010 | 1101101 | 101 | 100111 | 0 | 111001 | 100100101 | 11001 | 100010 |
Color Harmonies of #68426D
Complementary color
Monochromatic Colors of #68426D
Black with #68426D
Text Example
Text Example
White with #68426D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68426D; }
p { color: rgb(104,66,109); }
H1.HeaderClassName
{
color: #68426D;
}
.AnyTagClassName
{
color: #68426D;
}
</style>
background-color css
<style>
a { background-color: #68426D; }
a { background-color: rgb(104,66,109); }
div.DivClassName
{
background-color: #68426D;
}
.BgClassName
{
background-color: #68426D;
}
</style>
border-color css
<style>
span { border-color: #68426D; }
span { border-color: rgb(104,66,109); }
td.TdClassName
{
border-color: #68426D;
}
.TagClassName
{
border-color: #68426D;
}
</style>