Shades of Eminence #69496E
Tints of Eminence #69496E
RGB
CMYK
RGB Variations
Color information
#69496E (or 0x69496E) is known color: Eminence. HEX triplet: 69, 49 and 6E. RGB value is (105,73,110). Sum of RGB (Red+Green+Blue) = 105+73+110=288 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.46% from 288); Green value is 73 (28.91% from 255 or 25.35% from 288); Blue value is 110 (43.36% from 255 or 38.19% from 288); Max value from RGB is 110 - color contains mainly: blue. Hex color #69496E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69496E is #96B691. Grayscale: #565656. Windows color (decimal): -9877138 or 7227753. OLE color: 7227753.
HSL color Cylindrical-coordinate representation of color #69496E: hue angle of 291.89º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #69496E is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 105 | 73 | 110 | - |
| CMYK | 0.05 | 0.34 | 0 | 0.57 |
| HSL | 291.89º | 0.2% | 0.36% | - |
| HSV(B) | 291.89º | 0.34% | 0.43% | - |
| XYZ | 11.02 | 8.89 | 15.89 | - |
| YUV | 86.79 | 141.1 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 73 | 110 | 0.05 | 0.34 | 0 | 0.57 | 291.89 | 0.2 | 0.36 |
| Hex | 69 | 49 | 6E | 5 | 22 | 0 | 39 | 124 | 14 | 24 |
| Octal | 151 | 111 | 156 | 5 | 42 | 0 | 71 | 444 | 24 | 44 |
| Binary | 1101001 | 1001001 | 1101110 | 101 | 100010 | 0 | 111001 | 100100100 | 10100 | 100100 |
Color Harmonies of #69496E
Complementary color
Monochromatic Colors of #69496E
Black with #69496E
Text Example
Text Example
White with #69496E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69496E; }
p { color: rgb(105,73,110); }
H1.HeaderClassName
{
color: #69496E;
}
.AnyTagClassName
{
color: #69496E;
}
</style>
background-color css
<style>
a { background-color: #69496E; }
a { background-color: rgb(105,73,110); }
div.DivClassName
{
background-color: #69496E;
}
.BgClassName
{
background-color: #69496E;
}
</style>
border-color css
<style>
span { border-color: #69496E; }
span { border-color: rgb(105,73,110); }
td.TdClassName
{
border-color: #69496E;
}
.TagClassName
{
border-color: #69496E;
}
</style>