Shades of Eminence #68436C
Tints of Eminence #68436C
RGB
CMYK
RGB Variations
Color information
#68436C (or 0x68436C) is known color: Eminence. HEX triplet: 68, 43 and 6C. RGB value is (104,67,108). Sum of RGB (Red+Green+Blue) = 104+67+108=279 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.28% from 279); Green value is 67 (26.56% from 255 or 24.01% from 279); Blue value is 108 (42.58% from 255 or 38.71% from 279); Max value from RGB is 108 - color contains mainly: blue. Hex color #68436C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68436C is #97BC93. Grayscale: #525252. Windows color (decimal): -9944212 or 7095144. OLE color: 7095144.
HSL color Cylindrical-coordinate representation of color #68436C: hue angle of 294.15º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #68436C is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 104 | 67 | 108 | - |
| CMYK | 0.04 | 0.38 | 0 | 0.58 |
| HSL | 294.15º | 0.23% | 0.34% | - |
| HSV(B) | 294.15º | 0.38% | 0.42% | - |
| XYZ | 10.42 | 8.04 | 15.19 | - |
| YUV | 82.74 | 142.26 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 67 | 108 | 0.04 | 0.38 | 0 | 0.58 | 294.15 | 0.23 | 0.34 |
| Hex | 68 | 43 | 6C | 4 | 26 | 0 | 3A | 126 | 17 | 22 |
| Octal | 150 | 103 | 154 | 4 | 46 | 0 | 72 | 446 | 27 | 42 |
| Binary | 1101000 | 1000011 | 1101100 | 100 | 100110 | 0 | 111010 | 100100110 | 10111 | 100010 |
Color Harmonies of #68436C
Complementary color
Monochromatic Colors of #68436C
Black with #68436C
Text Example
Text Example
White with #68436C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68436C; }
p { color: rgb(104,67,108); }
H1.HeaderClassName
{
color: #68436C;
}
.AnyTagClassName
{
color: #68436C;
}
</style>
background-color css
<style>
a { background-color: #68436C; }
a { background-color: rgb(104,67,108); }
div.DivClassName
{
background-color: #68436C;
}
.BgClassName
{
background-color: #68436C;
}
</style>
border-color css
<style>
span { border-color: #68436C; }
span { border-color: rgb(104,67,108); }
td.TdClassName
{
border-color: #68436C;
}
.TagClassName
{
border-color: #68436C;
}
</style>