Shades of Eminence #68446B
Tints of Eminence #68446B
RGB
CMYK
RGB Variations
Color information
#68446B (or 0x68446B) is known color: Eminence. HEX triplet: 68, 44 and 6B. RGB value is (104,68,107). Sum of RGB (Red+Green+Blue) = 104+68+107=279 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.28% from 279); Green value is 68 (26.95% from 255 or 24.37% from 279); Blue value is 107 (42.19% from 255 or 38.35% from 279); Max value from RGB is 107 - color contains mainly: blue. Hex color #68446B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68446B is #97BB94. Grayscale: #535353. Windows color (decimal): -9943957 or 7029864. OLE color: 7029864.
HSL color Cylindrical-coordinate representation of color #68446B: hue angle of 295.38º degrees, saturation: 0.22, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #68446B is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 104 | 68 | 107 | - |
| CMYK | 0.03 | 0.36 | 0 | 0.58 |
| HSL | 295.38º | 0.22% | 0.34% | - |
| HSV(B) | 295.38º | 0.36% | 0.42% | - |
| XYZ | 10.43 | 8.14 | 14.93 | - |
| YUV | 83.21 | 141.43 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 68 | 107 | 0.03 | 0.36 | 0 | 0.58 | 295.38 | 0.22 | 0.34 |
| Hex | 68 | 44 | 6B | 3 | 24 | 0 | 3A | 127 | 16 | 22 |
| Octal | 150 | 104 | 153 | 3 | 44 | 0 | 72 | 447 | 26 | 42 |
| Binary | 1101000 | 1000100 | 1101011 | 11 | 100100 | 0 | 111010 | 100100111 | 10110 | 100010 |
Color Harmonies of #68446B
Complementary color
Monochromatic Colors of #68446B
Black with #68446B
Text Example
Text Example
White with #68446B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68446B; }
p { color: rgb(104,68,107); }
H1.HeaderClassName
{
color: #68446B;
}
.AnyTagClassName
{
color: #68446B;
}
</style>
background-color css
<style>
a { background-color: #68446B; }
a { background-color: rgb(104,68,107); }
div.DivClassName
{
background-color: #68446B;
}
.BgClassName
{
background-color: #68446B;
}
</style>
border-color css
<style>
span { border-color: #68446B; }
span { border-color: rgb(104,68,107); }
td.TdClassName
{
border-color: #68446B;
}
.TagClassName
{
border-color: #68446B;
}
</style>