Shades of Eminence #68466D
Tints of Eminence #68466D
RGB
CMYK
RGB Variations
Color information
#68466D (or 0x68466D) is known color: Eminence. HEX triplet: 68, 46 and 6D. RGB value is (104,70,109). Sum of RGB (Red+Green+Blue) = 104+70+109=283 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.75% from 283); Green value is 70 (27.73% from 255 or 24.73% from 283); Blue value is 109 (42.97% from 255 or 38.52% from 283); Max value from RGB is 109 - color contains mainly: blue. Hex color #68466D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68466D is #97B992. Grayscale: #545454. Windows color (decimal): -9943443 or 7161448. OLE color: 7161448.
HSL color Cylindrical-coordinate representation of color #68466D: hue angle of 292.31º 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 #68466D is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 104 | 70 | 109 | - |
| CMYK | 0.05 | 0.36 | 0 | 0.57 |
| HSL | 292.31º | 0.22% | 0.35% | - |
| HSV(B) | 292.31º | 0.36% | 0.43% | - |
| XYZ | 10.66 | 8.43 | 15.53 | - |
| YUV | 84.61 | 141.76 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 70 | 109 | 0.05 | 0.36 | 0 | 0.57 | 292.31 | 0.22 | 0.35 |
| Hex | 68 | 46 | 6D | 5 | 24 | 0 | 39 | 124 | 16 | 23 |
| Octal | 150 | 106 | 155 | 5 | 44 | 0 | 71 | 444 | 26 | 43 |
| Binary | 1101000 | 1000110 | 1101101 | 101 | 100100 | 0 | 111001 | 100100100 | 10110 | 100011 |
Color Harmonies of #68466D
Complementary color
Monochromatic Colors of #68466D
Black with #68466D
Text Example
Text Example
White with #68466D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68466D; }
p { color: rgb(104,70,109); }
H1.HeaderClassName
{
color: #68466D;
}
.AnyTagClassName
{
color: #68466D;
}
</style>
background-color css
<style>
a { background-color: #68466D; }
a { background-color: rgb(104,70,109); }
div.DivClassName
{
background-color: #68466D;
}
.BgClassName
{
background-color: #68466D;
}
</style>
border-color css
<style>
span { border-color: #68466D; }
span { border-color: rgb(104,70,109); }
td.TdClassName
{
border-color: #68466D;
}
.TagClassName
{
border-color: #68466D;
}
</style>