Shades of Eminence #694374
Tints of Eminence #694374
RGB
CMYK
RGB Variations
Color information
#694374 (or 0x694374) is known color: Eminence. HEX triplet: 69, 43 and 74. RGB value is (105,67,116). Sum of RGB (Red+Green+Blue) = 105+67+116=288 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.46% from 288); Green value is 67 (26.56% from 255 or 23.26% from 288); Blue value is 116 (45.70% from 255 or 40.28% from 288); Max value from RGB is 116 - color contains mainly: blue. Hex color #694374 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #694374 is #96BC8B. Grayscale: #535353. Windows color (decimal): -9878668 or 7619433. OLE color: 7619433.
HSL color Cylindrical-coordinate representation of color #694374: hue angle of 286.53º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #694374 is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 105 | 67 | 116 | - |
| CMYK | 0.09 | 0.42 | 0 | 0.55 |
| HSL | 286.53º | 0.27% | 0.36% | - |
| HSV(B) | 286.53º | 0.42% | 0.45% | - |
| XYZ | 10.99 | 8.28 | 17.54 | - |
| YUV | 83.95 | 146.09 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 67 | 116 | 0.09 | 0.42 | 0 | 0.55 | 286.53 | 0.27 | 0.36 |
| Hex | 69 | 43 | 74 | 9 | 2A | 0 | 37 | 11F | 1B | 24 |
| Octal | 151 | 103 | 164 | 11 | 52 | 0 | 67 | 437 | 33 | 44 |
| Binary | 1101001 | 1000011 | 1110100 | 1001 | 101010 | 0 | 110111 | 100011111 | 11011 | 100100 |
Color Harmonies of #694374
Complementary color
Monochromatic Colors of #694374
Black with #694374
Text Example
Text Example
White with #694374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694374; }
p { color: rgb(105,67,116); }
H1.HeaderClassName
{
color: #694374;
}
.AnyTagClassName
{
color: #694374;
}
</style>
background-color css
<style>
a { background-color: #694374; }
a { background-color: rgb(105,67,116); }
div.DivClassName
{
background-color: #694374;
}
.BgClassName
{
background-color: #694374;
}
</style>
border-color css
<style>
span { border-color: #694374; }
span { border-color: rgb(105,67,116); }
td.TdClassName
{
border-color: #694374;
}
.TagClassName
{
border-color: #694374;
}
</style>