Shades of Eminence #6E417B
Tints of Eminence #6E417B
RGB
CMYK
RGB Variations
Color information
#6E417B (or 0x6E417B) is known color: Eminence. HEX triplet: 6E, 41 and 7B. RGB value is (110,65,123). Sum of RGB (Red+Green+Blue) = 110+65+123=298 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.91% from 298); Green value is 65 (25.78% from 255 or 21.81% from 298); Blue value is 123 (48.44% from 255 or 41.28% from 298); Max value from RGB is 123 - color contains mainly: blue. Hex color #6E417B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E417B is #91BE84. Grayscale: #545454. Windows color (decimal): -9551493 or 8077678. OLE color: 8077678.
HSL color Cylindrical-coordinate representation of color #6E417B: hue angle of 286.55º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6E417B is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 110 | 65 | 123 | - |
| CMYK | 0.11 | 0.47 | 0 | 0.52 |
| HSL | 286.55º | 0.31% | 0.37% | - |
| HSV(B) | 286.55º | 0.47% | 0.48% | - |
| XYZ | 11.9 | 8.53 | 19.76 | - |
| YUV | 85.07 | 149.41 | 145.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 65 | 123 | 0.11 | 0.47 | 0 | 0.52 | 286.55 | 0.31 | 0.37 |
| Hex | 6E | 41 | 7B | B | 2F | 0 | 34 | 11F | 1F | 25 |
| Octal | 156 | 101 | 173 | 13 | 57 | 0 | 64 | 437 | 37 | 45 |
| Binary | 1101110 | 1000001 | 1111011 | 1011 | 101111 | 0 | 110100 | 100011111 | 11111 | 100101 |
Color Harmonies of #6E417B
Complementary color
Monochromatic Colors of #6E417B
Black with #6E417B
Text Example
Text Example
White with #6E417B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E417B; }
p { color: rgb(110,65,123); }
H1.HeaderClassName
{
color: #6E417B;
}
.AnyTagClassName
{
color: #6E417B;
}
</style>
background-color css
<style>
a { background-color: #6E417B; }
a { background-color: rgb(110,65,123); }
div.DivClassName
{
background-color: #6E417B;
}
.BgClassName
{
background-color: #6E417B;
}
</style>
border-color css
<style>
span { border-color: #6E417B; }
span { border-color: rgb(110,65,123); }
td.TdClassName
{
border-color: #6E417B;
}
.TagClassName
{
border-color: #6E417B;
}
</style>