Shades of Eminence #68446C
Tints of Eminence #68446C
RGB
CMYK
RGB Variations
Color information
#68446C (or 0x68446C) is known color: Eminence. HEX triplet: 68, 44 and 6C. RGB value is (104,68,108). Sum of RGB (Red+Green+Blue) = 104+68+108=280 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.14% from 280); Green value is 68 (26.95% from 255 or 24.29% from 280); Blue value is 108 (42.58% from 255 or 38.57% from 280); Max value from RGB is 108 - color contains mainly: blue. Hex color #68446C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68446C is #97BB93. Grayscale: #535353. Windows color (decimal): -9943956 or 7095400. OLE color: 7095400.
HSL color Cylindrical-coordinate representation of color #68446C: hue angle of 294º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #68446C is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 104 | 68 | 108 | - |
| CMYK | 0.04 | 0.37 | 0 | 0.58 |
| HSL | 294º | 0.23% | 0.35% | - |
| HSV(B) | 294º | 0.37% | 0.42% | - |
| XYZ | 10.48 | 8.16 | 15.21 | - |
| YUV | 83.32 | 141.93 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 68 | 108 | 0.04 | 0.37 | 0 | 0.58 | 294 | 0.23 | 0.35 |
| Hex | 68 | 44 | 6C | 4 | 25 | 0 | 3A | 126 | 17 | 23 |
| Octal | 150 | 104 | 154 | 4 | 45 | 0 | 72 | 446 | 27 | 43 |
| Binary | 1101000 | 1000100 | 1101100 | 100 | 100101 | 0 | 111010 | 100100110 | 10111 | 100011 |
Color Harmonies of #68446C
Complementary color
Monochromatic Colors of #68446C
Black with #68446C
Text Example
Text Example
White with #68446C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68446C; }
p { color: rgb(104,68,108); }
H1.HeaderClassName
{
color: #68446C;
}
.AnyTagClassName
{
color: #68446C;
}
</style>
background-color css
<style>
a { background-color: #68446C; }
a { background-color: rgb(104,68,108); }
div.DivClassName
{
background-color: #68446C;
}
.BgClassName
{
background-color: #68446C;
}
</style>
border-color css
<style>
span { border-color: #68446C; }
span { border-color: rgb(104,68,108); }
td.TdClassName
{
border-color: #68446C;
}
.TagClassName
{
border-color: #68446C;
}
</style>