Shades of Eminence #654469
Tints of Eminence #654469
RGB
CMYK
RGB Variations
Color information
#654469 (or 0x654469) is known color: Eminence. HEX triplet: 65, 44 and 69. RGB value is (101,68,105). Sum of RGB (Red+Green+Blue) = 101+68+105=274 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.86% from 274); Green value is 68 (26.95% from 255 or 24.82% from 274); Blue value is 105 (41.41% from 255 or 38.32% from 274); Max value from RGB is 105 - color contains mainly: blue. Hex color #654469 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #654469 is #9ABB96. Grayscale: #515151. Windows color (decimal): -10140567 or 6898789. OLE color: 6898789.
HSL color Cylindrical-coordinate representation of color #654469: hue angle of 293.51º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #654469 is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 101 | 68 | 105 | - |
| CMYK | 0.04 | 0.35 | 0 | 0.59 |
| HSL | 293.51º | 0.21% | 0.34% | - |
| HSV(B) | 293.51º | 0.35% | 0.41% | - |
| XYZ | 9.98 | 7.92 | 14.37 | - |
| YUV | 82.09 | 140.93 | 141.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 68 | 105 | 0.04 | 0.35 | 0 | 0.59 | 293.51 | 0.21 | 0.34 |
| Hex | 65 | 44 | 69 | 4 | 23 | 0 | 3B | 126 | 15 | 22 |
| Octal | 145 | 104 | 151 | 4 | 43 | 0 | 73 | 446 | 25 | 42 |
| Binary | 1100101 | 1000100 | 1101001 | 100 | 100011 | 0 | 111011 | 100100110 | 10101 | 100010 |
Color Harmonies of #654469
Complementary color
Monochromatic Colors of #654469
Black with #654469
Text Example
Text Example
White with #654469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654469; }
p { color: rgb(101,68,105); }
H1.HeaderClassName
{
color: #654469;
}
.AnyTagClassName
{
color: #654469;
}
</style>
background-color css
<style>
a { background-color: #654469; }
a { background-color: rgb(101,68,105); }
div.DivClassName
{
background-color: #654469;
}
.BgClassName
{
background-color: #654469;
}
</style>
border-color css
<style>
span { border-color: #654469; }
span { border-color: rgb(101,68,105); }
td.TdClassName
{
border-color: #654469;
}
.TagClassName
{
border-color: #654469;
}
</style>