Shades of Eminence #69486D
Tints of Eminence #69486D
RGB
CMYK
RGB Variations
Color information
#69486D (or 0x69486D) is known color: Eminence. HEX triplet: 69, 48 and 6D. RGB value is (105,72,109). Sum of RGB (Red+Green+Blue) = 105+72+109=286 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.71% from 286); Green value is 72 (28.52% from 255 or 25.17% from 286); Blue value is 109 (42.97% from 255 or 38.11% from 286); Max value from RGB is 109 - color contains mainly: blue. Hex color #69486D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69486D is #96B792. Grayscale: #555555. Windows color (decimal): -9877395 or 7161961. OLE color: 7161961.
HSL color Cylindrical-coordinate representation of color #69486D: hue angle of 293.51º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #69486D is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 105 | 72 | 109 | - |
| CMYK | 0.04 | 0.34 | 0 | 0.57 |
| HSL | 293.51º | 0.2% | 0.35% | - |
| HSV(B) | 293.51º | 0.34% | 0.43% | - |
| XYZ | 10.9 | 8.74 | 15.58 | - |
| YUV | 86.09 | 140.93 | 141.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 72 | 109 | 0.04 | 0.34 | 0 | 0.57 | 293.51 | 0.2 | 0.35 |
| Hex | 69 | 48 | 6D | 4 | 22 | 0 | 39 | 126 | 14 | 23 |
| Octal | 151 | 110 | 155 | 4 | 42 | 0 | 71 | 446 | 24 | 43 |
| Binary | 1101001 | 1001000 | 1101101 | 100 | 100010 | 0 | 111001 | 100100110 | 10100 | 100011 |
Color Harmonies of #69486D
Complementary color
Monochromatic Colors of #69486D
Black with #69486D
Text Example
Text Example
White with #69486D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69486D; }
p { color: rgb(105,72,109); }
H1.HeaderClassName
{
color: #69486D;
}
.AnyTagClassName
{
color: #69486D;
}
</style>
background-color css
<style>
a { background-color: #69486D; }
a { background-color: rgb(105,72,109); }
div.DivClassName
{
background-color: #69486D;
}
.BgClassName
{
background-color: #69486D;
}
</style>
border-color css
<style>
span { border-color: #69486D; }
span { border-color: rgb(105,72,109); }
td.TdClassName
{
border-color: #69486D;
}
.TagClassName
{
border-color: #69486D;
}
</style>