Shades of Eminence #693E6E
Tints of Eminence #693E6E
RGB
CMYK
RGB Variations
Color information
#693E6E (or 0x693E6E) is known color: Eminence. HEX triplet: 69, 3E and 6E. RGB value is (105,62,110). Sum of RGB (Red+Green+Blue) = 105+62+110=277 (36% of max value = 765). Red value is 105 (41.41% from 255 or 37.91% from 277); Green value is 62 (24.61% from 255 or 22.38% from 277); Blue value is 110 (43.36% from 255 or 39.71% from 277); Max value from RGB is 110 - color contains mainly: blue. Hex color #693E6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693E6E is #96C191. Grayscale: #505050. Windows color (decimal): -9879954 or 7224937. OLE color: 7224937.
HSL color Cylindrical-coordinate representation of color #693E6E: hue angle of 293.75º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #693E6E is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 105 | 62 | 110 | - |
| CMYK | 0.05 | 0.44 | 0 | 0.57 |
| HSL | 293.75º | 0.28% | 0.34% | - |
| HSV(B) | 293.75º | 0.44% | 0.43% | - |
| XYZ | 10.36 | 7.57 | 15.67 | - |
| YUV | 80.33 | 144.75 | 145.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 62 | 110 | 0.05 | 0.44 | 0 | 0.57 | 293.75 | 0.28 | 0.34 |
| Hex | 69 | 3E | 6E | 5 | 2C | 0 | 39 | 126 | 1C | 22 |
| Octal | 151 | 76 | 156 | 5 | 54 | 0 | 71 | 446 | 34 | 42 |
| Binary | 1101001 | 111110 | 1101110 | 101 | 101100 | 0 | 111001 | 100100110 | 11100 | 100010 |
Color Harmonies of #693E6E
Complementary color
Monochromatic Colors of #693E6E
Black with #693E6E
Text Example
Text Example
White with #693E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693E6E; }
p { color: rgb(105,62,110); }
H1.HeaderClassName
{
color: #693E6E;
}
.AnyTagClassName
{
color: #693E6E;
}
</style>
background-color css
<style>
a { background-color: #693E6E; }
a { background-color: rgb(105,62,110); }
div.DivClassName
{
background-color: #693E6E;
}
.BgClassName
{
background-color: #693E6E;
}
</style>
border-color css
<style>
span { border-color: #693E6E; }
span { border-color: rgb(105,62,110); }
td.TdClassName
{
border-color: #693E6E;
}
.TagClassName
{
border-color: #693E6E;
}
</style>