Shades of Eminence #6E3F69
Tints of Eminence #6E3F69
RGB
CMYK
RGB Variations
Color information
#6E3F69 (or 0x6E3F69) is known color: Eminence. HEX triplet: 6E, 3F and 69. RGB value is (110,63,105). Sum of RGB (Red+Green+Blue) = 110+63+105=278 (36% of max value = 765). Red value is 110 (43.36% from 255 or 39.57% from 278); Green value is 63 (25% from 255 or 22.66% from 278); Blue value is 105 (41.41% from 255 or 37.77% from 278); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3F69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E3F69 is #91C096. Grayscale: #515151. Windows color (decimal): -9552023 or 6897518. OLE color: 6897518.
HSL color Cylindrical-coordinate representation of color #6E3F69: hue angle of 306.38º degrees, saturation: 0.27, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6E3F69 is Cyan = 0, Magento = 0.43, Yellow = 0.05 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 63 | 105 | - |
| CMYK | 0 | 0.43 | 0.05 | 0.57 |
| HSL | 306.38º | 0.27% | 0.34% | - |
| HSV(B) | 306.38º | 0.43% | 0.43% | - |
| XYZ | 10.76 | 7.89 | 14.32 | - |
| YUV | 81.84 | 141.07 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 63 | 105 | 0 | 0.43 | 0.05 | 0.57 | 306.38 | 0.27 | 0.34 |
| Hex | 6E | 3F | 69 | 0 | 2B | 5 | 39 | 132 | 1B | 22 |
| Octal | 156 | 77 | 151 | 0 | 53 | 5 | 71 | 462 | 33 | 42 |
| Binary | 1101110 | 111111 | 1101001 | 0 | 101011 | 101 | 111001 | 100110010 | 11011 | 100010 |
Color Harmonies of #6E3F69
Complementary color
Monochromatic Colors of #6E3F69
Black with #6E3F69
Text Example
Text Example
White with #6E3F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3F69; }
p { color: rgb(110,63,105); }
H1.HeaderClassName
{
color: #6E3F69;
}
.AnyTagClassName
{
color: #6E3F69;
}
</style>
background-color css
<style>
a { background-color: #6E3F69; }
a { background-color: rgb(110,63,105); }
div.DivClassName
{
background-color: #6E3F69;
}
.BgClassName
{
background-color: #6E3F69;
}
</style>
border-color css
<style>
span { border-color: #6E3F69; }
span { border-color: rgb(110,63,105); }
td.TdClassName
{
border-color: #6E3F69;
}
.TagClassName
{
border-color: #6E3F69;
}
</style>