Shades of Eminence #653E6F
Tints of Eminence #653E6F
RGB
CMYK
RGB Variations
Color information
#653E6F (or 0x653E6F) is known color: Eminence. HEX triplet: 65, 3E and 6F. RGB value is (101,62,111). Sum of RGB (Red+Green+Blue) = 101+62+111=274 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.86% from 274); Green value is 62 (24.61% from 255 or 22.63% from 274); Blue value is 111 (43.75% from 255 or 40.51% from 274); Max value from RGB is 111 - color contains mainly: blue. Hex color #653E6F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653E6F is #9AC190. Grayscale: #4F4F4F. Windows color (decimal): -10142097 or 7290469. OLE color: 7290469.
HSL color Cylindrical-coordinate representation of color #653E6F: hue angle of 287.76º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #653E6F is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 101 | 62 | 111 | - |
| CMYK | 0.09 | 0.44 | 0 | 0.56 |
| HSL | 287.76º | 0.28% | 0.34% | - |
| HSV(B) | 287.76º | 0.44% | 0.44% | - |
| XYZ | 9.96 | 7.36 | 15.93 | - |
| YUV | 79.25 | 145.92 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 62 | 111 | 0.09 | 0.44 | 0 | 0.56 | 287.76 | 0.28 | 0.34 |
| Hex | 65 | 3E | 6F | 9 | 2C | 0 | 38 | 120 | 1C | 22 |
| Octal | 145 | 76 | 157 | 11 | 54 | 0 | 70 | 440 | 34 | 42 |
| Binary | 1100101 | 111110 | 1101111 | 1001 | 101100 | 0 | 111000 | 100100000 | 11100 | 100010 |
Color Harmonies of #653E6F
Complementary color
Monochromatic Colors of #653E6F
Black with #653E6F
Text Example
Text Example
White with #653E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653E6F; }
p { color: rgb(101,62,111); }
H1.HeaderClassName
{
color: #653E6F;
}
.AnyTagClassName
{
color: #653E6F;
}
</style>
background-color css
<style>
a { background-color: #653E6F; }
a { background-color: rgb(101,62,111); }
div.DivClassName
{
background-color: #653E6F;
}
.BgClassName
{
background-color: #653E6F;
}
</style>
border-color css
<style>
span { border-color: #653E6F; }
span { border-color: rgb(101,62,111); }
td.TdClassName
{
border-color: #653E6F;
}
.TagClassName
{
border-color: #653E6F;
}
</style>