Shades of Rum #6E5876
Tints of Rum #6E5876
RGB
CMYK
RGB Variations
Color information
#6E5876 (or 0x6E5876) is known color: Rum. HEX triplet: 6E, 58 and 76. RGB value is (110,88,118). Sum of RGB (Red+Green+Blue) = 110+88+118=316 (41% of max value = 765). Red value is 110 (43.36% from 255 or 34.81% from 316); Green value is 88 (34.77% from 255 or 27.85% from 316); Blue value is 118 (46.48% from 255 or 37.34% from 316); Max value from RGB is 118 - color contains mainly: blue. Hex color #6E5876 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5876 is #91A789. Grayscale: #616161. Windows color (decimal): -9545610 or 7755886. OLE color: 7755886.
HSL color Cylindrical-coordinate representation of color #6E5876: hue angle of 284º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6E5876 is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 110 | 88 | 118 | - |
| CMYK | 0.07 | 0.25 | 0 | 0.54 |
| HSL | 284º | 0.15% | 0.4% | - |
| HSV(B) | 284º | 0.25% | 0.46% | - |
| XYZ | 13.19 | 11.6 | 18.68 | - |
| YUV | 98 | 139.29 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 88 | 118 | 0.07 | 0.25 | 0 | 0.54 | 284 | 0.15 | 0.4 |
| Hex | 6E | 58 | 76 | 7 | 19 | 0 | 36 | 11C | F | 28 |
| Octal | 156 | 130 | 166 | 7 | 31 | 0 | 66 | 434 | 17 | 50 |
| Binary | 1101110 | 1011000 | 1110110 | 111 | 11001 | 0 | 110110 | 100011100 | 1111 | 101000 |
Color Harmonies of #6E5876
Complementary color
Monochromatic Colors of #6E5876
Black with #6E5876
Text Example
Text Example
White with #6E5876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5876; }
p { color: rgb(110,88,118); }
H1.HeaderClassName
{
color: #6E5876;
}
.AnyTagClassName
{
color: #6E5876;
}
</style>
background-color css
<style>
a { background-color: #6E5876; }
a { background-color: rgb(110,88,118); }
div.DivClassName
{
background-color: #6E5876;
}
.BgClassName
{
background-color: #6E5876;
}
</style>
border-color css
<style>
span { border-color: #6E5876; }
span { border-color: rgb(110,88,118); }
td.TdClassName
{
border-color: #6E5876;
}
.TagClassName
{
border-color: #6E5876;
}
</style>