Shades of Eminence #694268
Tints of Eminence #694268
RGB
CMYK
RGB Variations
Color information
#694268 (or 0x694268) is known color: Eminence. HEX triplet: 69, 42 and 68. RGB value is (105,66,104). Sum of RGB (Red+Green+Blue) = 105+66+104=275 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.18% from 275); Green value is 66 (26.17% from 255 or 24% from 275); Blue value is 104 (41.02% from 255 or 37.82% from 275); Max value from RGB is 105 - color contains mainly: red. Hex color #694268 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #694268 is #96BD97. Grayscale: #515151. Windows color (decimal): -9878936 or 6832745. OLE color: 6832745.
HSL color Cylindrical-coordinate representation of color #694268: hue angle of 301.54º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #694268 is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 66 | 104 | - |
| CMYK | 0 | 0.37 | 0.01 | 0.59 |
| HSL | 301.54º | 0.23% | 0.34% | - |
| HSV(B) | 301.54º | 0.37% | 0.41% | - |
| XYZ | 10.27 | 7.9 | 14.08 | - |
| YUV | 81.99 | 140.42 | 144.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 66 | 104 | 0 | 0.37 | 0.01 | 0.59 | 301.54 | 0.23 | 0.34 |
| Hex | 69 | 42 | 68 | 0 | 25 | 1 | 3B | 12E | 17 | 22 |
| Octal | 151 | 102 | 150 | 0 | 45 | 1 | 73 | 456 | 27 | 42 |
| Binary | 1101001 | 1000010 | 1101000 | 0 | 100101 | 1 | 111011 | 100101110 | 10111 | 100010 |
Color Harmonies of #694268
Complementary color
Monochromatic Colors of #694268
Black with #694268
Text Example
Text Example
White with #694268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694268; }
p { color: rgb(105,66,104); }
H1.HeaderClassName
{
color: #694268;
}
.AnyTagClassName
{
color: #694268;
}
</style>
background-color css
<style>
a { background-color: #694268; }
a { background-color: rgb(105,66,104); }
div.DivClassName
{
background-color: #694268;
}
.BgClassName
{
background-color: #694268;
}
</style>
border-color css
<style>
span { border-color: #694268; }
span { border-color: rgb(105,66,104); }
td.TdClassName
{
border-color: #694268;
}
.TagClassName
{
border-color: #694268;
}
</style>