Shades of Eminence #68416C
Tints of Eminence #68416C
RGB
CMYK
RGB Variations
Color information
#68416C (or 0x68416C) is known color: Eminence. HEX triplet: 68, 41 and 6C. RGB value is (104,65,108). Sum of RGB (Red+Green+Blue) = 104+65+108=277 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.55% from 277); Green value is 65 (25.78% from 255 or 23.47% from 277); Blue value is 108 (42.58% from 255 or 38.99% from 277); Max value from RGB is 108 - color contains mainly: blue. Hex color #68416C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68416C is #97BE93. Grayscale: #515151. Windows color (decimal): -9944724 or 7094632. OLE color: 7094632.
HSL color Cylindrical-coordinate representation of color #68416C: hue angle of 294.42º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #68416C is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 104 | 65 | 108 | - |
| CMYK | 0.04 | 0.40 | 0 | 0.58 |
| HSL | 294.42º | 0.25% | 0.34% | - |
| HSV(B) | 294.42º | 0.4% | 0.42% | - |
| XYZ | 10.31 | 7.81 | 15.15 | - |
| YUV | 81.56 | 142.92 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 65 | 108 | 0.04 | 0.40 | 0 | 0.58 | 294.42 | 0.25 | 0.34 |
| Hex | 68 | 41 | 6C | 4 | 28 | 0 | 3A | 126 | 19 | 22 |
| Octal | 150 | 101 | 154 | 4 | 50 | 0 | 72 | 446 | 31 | 42 |
| Binary | 1101000 | 1000001 | 1101100 | 100 | 101000 | 0 | 111010 | 100100110 | 11001 | 100010 |
Color Harmonies of #68416C
Complementary color
Monochromatic Colors of #68416C
Black with #68416C
Text Example
Text Example
White with #68416C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68416C; }
p { color: rgb(104,65,108); }
H1.HeaderClassName
{
color: #68416C;
}
.AnyTagClassName
{
color: #68416C;
}
</style>
background-color css
<style>
a { background-color: #68416C; }
a { background-color: rgb(104,65,108); }
div.DivClassName
{
background-color: #68416C;
}
.BgClassName
{
background-color: #68416C;
}
</style>
border-color css
<style>
span { border-color: #68416C; }
span { border-color: rgb(104,65,108); }
td.TdClassName
{
border-color: #68416C;
}
.TagClassName
{
border-color: #68416C;
}
</style>