Shades of Rum #6E6870
Tints of Rum #6E6870
RGB
CMYK
RGB Variations
Color information
#6E6870 (or 0x6E6870) is known color: Rum. HEX triplet: 6E, 68 and 70. RGB value is (110,104,112). Sum of RGB (Red+Green+Blue) = 110+104+112=326 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.74% from 326); Green value is 104 (41.02% from 255 or 31.90% from 326); Blue value is 112 (44.14% from 255 or 34.36% from 326); Max value from RGB is 112 - color contains mainly: blue. Hex color #6E6870 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6870 is #91978F. Grayscale: #6A6A6A. Windows color (decimal): -9541520 or 7366766. OLE color: 7366766.
HSL color Cylindrical-coordinate representation of color #6E6870: hue angle of 285º degrees, saturation: 0.04, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #6E6870 is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 110 | 104 | 112 | - |
| CMYK | 0.02 | 0.07 | 0 | 0.56 |
| HSL | 285º | 0.04% | 0.42% | - |
| HSV(B) | 285º | 0.07% | 0.44% | - |
| XYZ | 14.31 | 14.39 | 17.35 | - |
| YUV | 106.71 | 130.99 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 104 | 112 | 0.02 | 0.07 | 0 | 0.56 | 285 | 0.04 | 0.42 |
| Hex | 6E | 68 | 70 | 2 | 7 | 0 | 38 | 11D | 4 | 2A |
| Octal | 156 | 150 | 160 | 2 | 7 | 0 | 70 | 435 | 4 | 52 |
| Binary | 1101110 | 1101000 | 1110000 | 10 | 111 | 0 | 111000 | 100011101 | 100 | 101010 |
Color Harmonies of #6E6870
Complementary color
Monochromatic Colors of #6E6870
Black with #6E6870
Text Example
Text Example
White with #6E6870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6870; }
p { color: rgb(110,104,112); }
H1.HeaderClassName
{
color: #6E6870;
}
.AnyTagClassName
{
color: #6E6870;
}
</style>
background-color css
<style>
a { background-color: #6E6870; }
a { background-color: rgb(110,104,112); }
div.DivClassName
{
background-color: #6E6870;
}
.BgClassName
{
background-color: #6E6870;
}
</style>
border-color css
<style>
span { border-color: #6E6870; }
span { border-color: rgb(110,104,112); }
td.TdClassName
{
border-color: #6E6870;
}
.TagClassName
{
border-color: #6E6870;
}
</style>