Shades of Eminence #69426A
Tints of Eminence #69426A
RGB
CMYK
RGB Variations
Color information
#69426A (or 0x69426A) is known color: Eminence. HEX triplet: 69, 42 and 6A. RGB value is (105,66,106). Sum of RGB (Red+Green+Blue) = 105+66+106=277 (36% of max value = 765). Red value is 105 (41.41% from 255 or 37.91% from 277); Green value is 66 (26.17% from 255 or 23.83% from 277); Blue value is 106 (41.80% from 255 or 38.27% from 277); Max value from RGB is 106 - color contains mainly: blue. Hex color #69426A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69426A is #96BD95. Grayscale: #525252. Windows color (decimal): -9878934 or 6963817. OLE color: 6963817.
HSL color Cylindrical-coordinate representation of color #69426A: hue angle of 298.5º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #69426A is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 105 | 66 | 106 | - |
| CMYK | 0.01 | 0.38 | 0 | 0.58 |
| HSL | 298.5º | 0.23% | 0.34% | - |
| HSV(B) | 298.5º | 0.38% | 0.42% | - |
| XYZ | 10.38 | 7.94 | 14.62 | - |
| YUV | 82.22 | 141.42 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 66 | 106 | 0.01 | 0.38 | 0 | 0.58 | 298.5 | 0.23 | 0.34 |
| Hex | 69 | 42 | 6A | 1 | 26 | 0 | 3A | 12A | 17 | 22 |
| Octal | 151 | 102 | 152 | 1 | 46 | 0 | 72 | 452 | 27 | 42 |
| Binary | 1101001 | 1000010 | 1101010 | 1 | 100110 | 0 | 111010 | 100101010 | 10111 | 100010 |
Color Harmonies of #69426A
Complementary color
Monochromatic Colors of #69426A
Black with #69426A
Text Example
Text Example
White with #69426A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69426A; }
p { color: rgb(105,66,106); }
H1.HeaderClassName
{
color: #69426A;
}
.AnyTagClassName
{
color: #69426A;
}
</style>
background-color css
<style>
a { background-color: #69426A; }
a { background-color: rgb(105,66,106); }
div.DivClassName
{
background-color: #69426A;
}
.BgClassName
{
background-color: #69426A;
}
</style>
border-color css
<style>
span { border-color: #69426A; }
span { border-color: rgb(105,66,106); }
td.TdClassName
{
border-color: #69426A;
}
.TagClassName
{
border-color: #69426A;
}
</style>