Shades of Eminence #69426D
Tints of Eminence #69426D
RGB
CMYK
RGB Variations
Color information
#69426D (or 0x69426D) is known color: Eminence. HEX triplet: 69, 42 and 6D. RGB value is (105,66,109). Sum of RGB (Red+Green+Blue) = 105+66+109=280 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.5% from 280); Green value is 66 (26.17% from 255 or 23.57% from 280); Blue value is 109 (42.97% from 255 or 38.93% from 280); Max value from RGB is 109 - color contains mainly: blue. Hex color #69426D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69426D is #96BD92. Grayscale: #525252. Windows color (decimal): -9878931 or 7160425. OLE color: 7160425.
HSL color Cylindrical-coordinate representation of color #69426D: hue angle of 294.42º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #69426D is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 105 | 66 | 109 | - |
| CMYK | 0.04 | 0.39 | 0 | 0.57 |
| HSL | 294.42º | 0.25% | 0.34% | - |
| HSV(B) | 294.42º | 0.39% | 0.43% | - |
| XYZ | 10.53 | 8 | 15.46 | - |
| YUV | 82.56 | 142.92 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 66 | 109 | 0.04 | 0.39 | 0 | 0.57 | 294.42 | 0.25 | 0.34 |
| Hex | 69 | 42 | 6D | 4 | 27 | 0 | 39 | 126 | 19 | 22 |
| Octal | 151 | 102 | 155 | 4 | 47 | 0 | 71 | 446 | 31 | 42 |
| Binary | 1101001 | 1000010 | 1101101 | 100 | 100111 | 0 | 111001 | 100100110 | 11001 | 100010 |
Color Harmonies of #69426D
Complementary color
Monochromatic Colors of #69426D
Black with #69426D
Text Example
Text Example
White with #69426D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69426D; }
p { color: rgb(105,66,109); }
H1.HeaderClassName
{
color: #69426D;
}
.AnyTagClassName
{
color: #69426D;
}
</style>
background-color css
<style>
a { background-color: #69426D; }
a { background-color: rgb(105,66,109); }
div.DivClassName
{
background-color: #69426D;
}
.BgClassName
{
background-color: #69426D;
}
</style>
border-color css
<style>
span { border-color: #69426D; }
span { border-color: rgb(105,66,109); }
td.TdClassName
{
border-color: #69426D;
}
.TagClassName
{
border-color: #69426D;
}
</style>