Shades of Eminence #69466F
Tints of Eminence #69466F
RGB
CMYK
RGB Variations
Color information
#69466F (or 0x69466F) is known color: Eminence. HEX triplet: 69, 46 and 6F. RGB value is (105,70,111). Sum of RGB (Red+Green+Blue) = 105+70+111=286 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.71% from 286); Green value is 70 (27.73% from 255 or 24.48% from 286); Blue value is 111 (43.75% from 255 or 38.81% from 286); Max value from RGB is 111 - color contains mainly: blue. Hex color #69466F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69466F is #96B990. Grayscale: #555555. Windows color (decimal): -9877905 or 7292521. OLE color: 7292521.
HSL color Cylindrical-coordinate representation of color #69466F: hue angle of 291.22º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #69466F is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 105 | 70 | 111 | - |
| CMYK | 0.05 | 0.37 | 0 | 0.56 |
| HSL | 291.22º | 0.23% | 0.35% | - |
| HSV(B) | 291.22º | 0.37% | 0.44% | - |
| XYZ | 10.89 | 8.53 | 16.11 | - |
| YUV | 85.14 | 142.6 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 70 | 111 | 0.05 | 0.37 | 0 | 0.56 | 291.22 | 0.23 | 0.35 |
| Hex | 69 | 46 | 6F | 5 | 25 | 0 | 38 | 123 | 17 | 23 |
| Octal | 151 | 106 | 157 | 5 | 45 | 0 | 70 | 443 | 27 | 43 |
| Binary | 1101001 | 1000110 | 1101111 | 101 | 100101 | 0 | 111000 | 100100011 | 10111 | 100011 |
Color Harmonies of #69466F
Complementary color
Monochromatic Colors of #69466F
Black with #69466F
Text Example
Text Example
White with #69466F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69466F; }
p { color: rgb(105,70,111); }
H1.HeaderClassName
{
color: #69466F;
}
.AnyTagClassName
{
color: #69466F;
}
</style>
background-color css
<style>
a { background-color: #69466F; }
a { background-color: rgb(105,70,111); }
div.DivClassName
{
background-color: #69466F;
}
.BgClassName
{
background-color: #69466F;
}
</style>
border-color css
<style>
span { border-color: #69466F; }
span { border-color: rgb(105,70,111); }
td.TdClassName
{
border-color: #69466F;
}
.TagClassName
{
border-color: #69466F;
}
</style>