Shades of Eminence #694173
Tints of Eminence #694173
RGB
CMYK
RGB Variations
Color information
#694173 (or 0x694173) is known color: Eminence. HEX triplet: 69, 41 and 73. RGB value is (105,65,115). Sum of RGB (Red+Green+Blue) = 105+65+115=285 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.84% from 285); Green value is 65 (25.78% from 255 or 22.81% from 285); Blue value is 115 (45.31% from 255 or 40.35% from 285); Max value from RGB is 115 - color contains mainly: blue. Hex color #694173 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #694173 is #96BE8C. Grayscale: #525252. Windows color (decimal): -9879181 or 7553385. OLE color: 7553385.
HSL color Cylindrical-coordinate representation of color #694173: hue angle of 288º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #694173 is Cyan = 0.09, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 105 | 65 | 115 | - |
| CMYK | 0.09 | 0.43 | 0 | 0.55 |
| HSL | 288º | 0.28% | 0.35% | - |
| HSV(B) | 288º | 0.43% | 0.45% | - |
| XYZ | 10.81 | 8.02 | 17.2 | - |
| YUV | 82.66 | 146.25 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 65 | 115 | 0.09 | 0.43 | 0 | 0.55 | 288 | 0.28 | 0.35 |
| Hex | 69 | 41 | 73 | 9 | 2B | 0 | 37 | 120 | 1C | 23 |
| Octal | 151 | 101 | 163 | 11 | 53 | 0 | 67 | 440 | 34 | 43 |
| Binary | 1101001 | 1000001 | 1110011 | 1001 | 101011 | 0 | 110111 | 100100000 | 11100 | 100011 |
Color Harmonies of #694173
Complementary color
Monochromatic Colors of #694173
Black with #694173
Text Example
Text Example
White with #694173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694173; }
p { color: rgb(105,65,115); }
H1.HeaderClassName
{
color: #694173;
}
.AnyTagClassName
{
color: #694173;
}
</style>
background-color css
<style>
a { background-color: #694173; }
a { background-color: rgb(105,65,115); }
div.DivClassName
{
background-color: #694173;
}
.BgClassName
{
background-color: #694173;
}
</style>
border-color css
<style>
span { border-color: #694173; }
span { border-color: rgb(105,65,115); }
td.TdClassName
{
border-color: #694173;
}
.TagClassName
{
border-color: #694173;
}
</style>