Shades of Eminence #68466E
Tints of Eminence #68466E
RGB
CMYK
RGB Variations
Color information
#68466E (or 0x68466E) is known color: Eminence. HEX triplet: 68, 46 and 6E. RGB value is (104,70,110). Sum of RGB (Red+Green+Blue) = 104+70+110=284 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.62% from 284); Green value is 70 (27.73% from 255 or 24.65% from 284); Blue value is 110 (43.36% from 255 or 38.73% from 284); Max value from RGB is 110 - color contains mainly: blue. Hex color #68466E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68466E is #97B991. Grayscale: #545454. Windows color (decimal): -9943442 or 7226984. OLE color: 7226984.
HSL color Cylindrical-coordinate representation of color #68466E: hue angle of 291º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #68466E is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 104 | 70 | 110 | - |
| CMYK | 0.05 | 0.36 | 0 | 0.57 |
| HSL | 291º | 0.22% | 0.35% | - |
| HSV(B) | 291º | 0.36% | 0.43% | - |
| XYZ | 10.71 | 8.45 | 15.82 | - |
| YUV | 84.73 | 142.26 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 70 | 110 | 0.05 | 0.36 | 0 | 0.57 | 291 | 0.22 | 0.35 |
| Hex | 68 | 46 | 6E | 5 | 24 | 0 | 39 | 123 | 16 | 23 |
| Octal | 150 | 106 | 156 | 5 | 44 | 0 | 71 | 443 | 26 | 43 |
| Binary | 1101000 | 1000110 | 1101110 | 101 | 100100 | 0 | 111001 | 100100011 | 10110 | 100011 |
Color Harmonies of #68466E
Complementary color
Monochromatic Colors of #68466E
Black with #68466E
Text Example
Text Example
White with #68466E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68466E; }
p { color: rgb(104,70,110); }
H1.HeaderClassName
{
color: #68466E;
}
.AnyTagClassName
{
color: #68466E;
}
</style>
background-color css
<style>
a { background-color: #68466E; }
a { background-color: rgb(104,70,110); }
div.DivClassName
{
background-color: #68466E;
}
.BgClassName
{
background-color: #68466E;
}
</style>
border-color css
<style>
span { border-color: #68466E; }
span { border-color: rgb(104,70,110); }
td.TdClassName
{
border-color: #68466E;
}
.TagClassName
{
border-color: #68466E;
}
</style>