Shades of Rum #6E6470
Tints of Rum #6E6470
RGB
CMYK
RGB Variations
Color information
#6E6470 (or 0x6E6470) is known color: Rum. HEX triplet: 6E, 64 and 70. RGB value is (110,100,112). Sum of RGB (Red+Green+Blue) = 110+100+112=322 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.16% from 322); Green value is 100 (39.45% from 255 or 31.06% from 322); Blue value is 112 (44.14% from 255 or 34.78% from 322); Max value from RGB is 112 - color contains mainly: blue. Hex color #6E6470 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6470 is #919B8F. Grayscale: #686868. Windows color (decimal): -9542544 or 7365742. OLE color: 7365742.
HSL color Cylindrical-coordinate representation of color #6E6470: hue angle of 290º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #6E6470 is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 110 | 100 | 112 | - |
| CMYK | 0.02 | 0.11 | 0 | 0.56 |
| HSL | 290º | 0.06% | 0.42% | - |
| HSV(B) | 290º | 0.11% | 0.44% | - |
| XYZ | 13.91 | 13.6 | 17.22 | - |
| YUV | 104.36 | 132.31 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 100 | 112 | 0.02 | 0.11 | 0 | 0.56 | 290 | 0.06 | 0.42 |
| Hex | 6E | 64 | 70 | 2 | B | 0 | 38 | 122 | 6 | 2A |
| Octal | 156 | 144 | 160 | 2 | 13 | 0 | 70 | 442 | 6 | 52 |
| Binary | 1101110 | 1100100 | 1110000 | 10 | 1011 | 0 | 111000 | 100100010 | 110 | 101010 |
Color Harmonies of #6E6470
Complementary color
Monochromatic Colors of #6E6470
Black with #6E6470
Text Example
Text Example
White with #6E6470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6470; }
p { color: rgb(110,100,112); }
H1.HeaderClassName
{
color: #6E6470;
}
.AnyTagClassName
{
color: #6E6470;
}
</style>
background-color css
<style>
a { background-color: #6E6470; }
a { background-color: rgb(110,100,112); }
div.DivClassName
{
background-color: #6E6470;
}
.BgClassName
{
background-color: #6E6470;
}
</style>
border-color css
<style>
span { border-color: #6E6470; }
span { border-color: rgb(110,100,112); }
td.TdClassName
{
border-color: #6E6470;
}
.TagClassName
{
border-color: #6E6470;
}
</style>