Shades of Eminence #693673
Tints of Eminence #693673
RGB
CMYK
RGB Variations
Color information
#693673 (or 0x693673) is known color: Eminence. HEX triplet: 69, 36 and 73. RGB value is (105,54,115). Sum of RGB (Red+Green+Blue) = 105+54+115=274 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.32% from 274); Green value is 54 (21.48% from 255 or 19.71% from 274); Blue value is 115 (45.31% from 255 or 41.97% from 274); Max value from RGB is 115 - color contains mainly: blue. Hex color #693673 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693673 is #96C98C. Grayscale: #4C4C4C. Windows color (decimal): -9881997 or 7550569. OLE color: 7550569.
HSL color Cylindrical-coordinate representation of color #693673: hue angle of 290.16º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #693673 is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 105 | 54 | 115 | - |
| CMYK | 0.09 | 0.53 | 0 | 0.55 |
| HSL | 290.16º | 0.36% | 0.33% | - |
| HSV(B) | 290.16º | 0.53% | 0.45% | - |
| XYZ | 10.24 | 6.88 | 17.01 | - |
| YUV | 76.2 | 149.9 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 54 | 115 | 0.09 | 0.53 | 0 | 0.55 | 290.16 | 0.36 | 0.33 |
| Hex | 69 | 36 | 73 | 9 | 35 | 0 | 37 | 122 | 24 | 21 |
| Octal | 151 | 66 | 163 | 11 | 65 | 0 | 67 | 442 | 44 | 41 |
| Binary | 1101001 | 110110 | 1110011 | 1001 | 110101 | 0 | 110111 | 100100010 | 100100 | 100001 |
Color Harmonies of #693673
Complementary color
Monochromatic Colors of #693673
Black with #693673
Text Example
Text Example
White with #693673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693673; }
p { color: rgb(105,54,115); }
H1.HeaderClassName
{
color: #693673;
}
.AnyTagClassName
{
color: #693673;
}
</style>
background-color css
<style>
a { background-color: #693673; }
a { background-color: rgb(105,54,115); }
div.DivClassName
{
background-color: #693673;
}
.BgClassName
{
background-color: #693673;
}
</style>
border-color css
<style>
span { border-color: #693673; }
span { border-color: rgb(105,54,115); }
td.TdClassName
{
border-color: #693673;
}
.TagClassName
{
border-color: #693673;
}
</style>