Shades of Eminence #69416D
Tints of Eminence #69416D
RGB
CMYK
RGB Variations
Color information
#69416D (or 0x69416D) is known color: Eminence. HEX triplet: 69, 41 and 6D. RGB value is (105,65,109). Sum of RGB (Red+Green+Blue) = 105+65+109=279 (36% of max value = 765). Red value is 105 (41.41% from 255 or 37.63% from 279); Green value is 65 (25.78% from 255 or 23.30% from 279); Blue value is 109 (42.97% from 255 or 39.07% from 279); Max value from RGB is 109 - color contains mainly: blue. Hex color #69416D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69416D is #96BE92. Grayscale: #515151. Windows color (decimal): -9879187 or 7160169. OLE color: 7160169.
HSL color Cylindrical-coordinate representation of color #69416D: hue angle of 294.55º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #69416D is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 105 | 65 | 109 | - |
| CMYK | 0.04 | 0.40 | 0 | 0.57 |
| HSL | 294.55º | 0.25% | 0.34% | - |
| HSV(B) | 294.55º | 0.4% | 0.43% | - |
| XYZ | 10.48 | 7.89 | 15.44 | - |
| YUV | 81.98 | 143.25 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 65 | 109 | 0.04 | 0.40 | 0 | 0.57 | 294.55 | 0.25 | 0.34 |
| Hex | 69 | 41 | 6D | 4 | 28 | 0 | 39 | 127 | 19 | 22 |
| Octal | 151 | 101 | 155 | 4 | 50 | 0 | 71 | 447 | 31 | 42 |
| Binary | 1101001 | 1000001 | 1101101 | 100 | 101000 | 0 | 111001 | 100100111 | 11001 | 100010 |
Color Harmonies of #69416D
Complementary color
Monochromatic Colors of #69416D
Black with #69416D
Text Example
Text Example
White with #69416D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69416D; }
p { color: rgb(105,65,109); }
H1.HeaderClassName
{
color: #69416D;
}
.AnyTagClassName
{
color: #69416D;
}
</style>
background-color css
<style>
a { background-color: #69416D; }
a { background-color: rgb(105,65,109); }
div.DivClassName
{
background-color: #69416D;
}
.BgClassName
{
background-color: #69416D;
}
</style>
border-color css
<style>
span { border-color: #69416D; }
span { border-color: rgb(105,65,109); }
td.TdClassName
{
border-color: #69416D;
}
.TagClassName
{
border-color: #69416D;
}
</style>