Shades of Eminence #68406C
Tints of Eminence #68406C
RGB
CMYK
RGB Variations
Color information
#68406C (or 0x68406C) is known color: Eminence. HEX triplet: 68, 40 and 6C. RGB value is (104,64,108). Sum of RGB (Red+Green+Blue) = 104+64+108=276 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.68% from 276); Green value is 64 (25.39% from 255 or 23.19% from 276); Blue value is 108 (42.58% from 255 or 39.13% from 276); Max value from RGB is 108 - color contains mainly: blue. Hex color #68406C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68406C is #97BF93. Grayscale: #505050. Windows color (decimal): -9944980 or 7094376. OLE color: 7094376.
HSL color Cylindrical-coordinate representation of color #68406C: hue angle of 294.55º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #68406C is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 104 | 64 | 108 | - |
| CMYK | 0.04 | 0.41 | 0 | 0.58 |
| HSL | 294.55º | 0.26% | 0.34% | - |
| HSV(B) | 294.55º | 0.41% | 0.42% | - |
| XYZ | 10.25 | 7.69 | 15.13 | - |
| YUV | 80.98 | 143.25 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 64 | 108 | 0.04 | 0.41 | 0 | 0.58 | 294.55 | 0.26 | 0.34 |
| Hex | 68 | 40 | 6C | 4 | 29 | 0 | 3A | 127 | 1A | 22 |
| Octal | 150 | 100 | 154 | 4 | 51 | 0 | 72 | 447 | 32 | 42 |
| Binary | 1101000 | 1000000 | 1101100 | 100 | 101001 | 0 | 111010 | 100100111 | 11010 | 100010 |
Color Harmonies of #68406C
Complementary color
Monochromatic Colors of #68406C
Black with #68406C
Text Example
Text Example
White with #68406C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68406C; }
p { color: rgb(104,64,108); }
H1.HeaderClassName
{
color: #68406C;
}
.AnyTagClassName
{
color: #68406C;
}
</style>
background-color css
<style>
a { background-color: #68406C; }
a { background-color: rgb(104,64,108); }
div.DivClassName
{
background-color: #68406C;
}
.BgClassName
{
background-color: #68406C;
}
</style>
border-color css
<style>
span { border-color: #68406C; }
span { border-color: rgb(104,64,108); }
td.TdClassName
{
border-color: #68406C;
}
.TagClassName
{
border-color: #68406C;
}
</style>