Shades of Eminence #693D77
Tints of Eminence #693D77
RGB
CMYK
RGB Variations
Color information
#693D77 (or 0x693D77) is known color: Eminence. HEX triplet: 69, 3D and 77. RGB value is (105,61,119). Sum of RGB (Red+Green+Blue) = 105+61+119=285 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.84% from 285); Green value is 61 (24.22% from 255 or 21.40% from 285); Blue value is 119 (46.88% from 255 or 41.75% from 285); Max value from RGB is 119 - color contains mainly: blue. Hex color #693D77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693D77 is #96C288. Grayscale: #505050. Windows color (decimal): -9880201 or 7814505. OLE color: 7814505.
HSL color Cylindrical-coordinate representation of color #693D77: hue angle of 285.52º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #693D77 is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 105 | 61 | 119 | - |
| CMYK | 0.12 | 0.49 | 0 | 0.53 |
| HSL | 285.52º | 0.32% | 0.35% | - |
| HSV(B) | 285.52º | 0.49% | 0.47% | - |
| XYZ | 10.82 | 7.67 | 18.36 | - |
| YUV | 80.77 | 149.58 | 145.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 61 | 119 | 0.12 | 0.49 | 0 | 0.53 | 285.52 | 0.32 | 0.35 |
| Hex | 69 | 3D | 77 | C | 31 | 0 | 35 | 11E | 20 | 23 |
| Octal | 151 | 75 | 167 | 14 | 61 | 0 | 65 | 436 | 40 | 43 |
| Binary | 1101001 | 111101 | 1110111 | 1100 | 110001 | 0 | 110101 | 100011110 | 100000 | 100011 |
Color Harmonies of #693D77
Complementary color
Monochromatic Colors of #693D77
Black with #693D77
Text Example
Text Example
White with #693D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693D77; }
p { color: rgb(105,61,119); }
H1.HeaderClassName
{
color: #693D77;
}
.AnyTagClassName
{
color: #693D77;
}
</style>
background-color css
<style>
a { background-color: #693D77; }
a { background-color: rgb(105,61,119); }
div.DivClassName
{
background-color: #693D77;
}
.BgClassName
{
background-color: #693D77;
}
</style>
border-color css
<style>
span { border-color: #693D77; }
span { border-color: rgb(105,61,119); }
td.TdClassName
{
border-color: #693D77;
}
.TagClassName
{
border-color: #693D77;
}
</style>