Shades of Rum #6E6672
Tints of Rum #6E6672
RGB
CMYK
RGB Variations
Color information
#6E6672 (or 0x6E6672) is known color: Rum. HEX triplet: 6E, 66 and 72. RGB value is (110,102,114). Sum of RGB (Red+Green+Blue) = 110+102+114=326 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.74% from 326); Green value is 102 (40.23% from 255 or 31.29% from 326); Blue value is 114 (44.92% from 255 or 34.97% from 326); Max value from RGB is 114 - color contains mainly: blue. Hex color #6E6672 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6672 is #91998D. Grayscale: #696969. Windows color (decimal): -9542030 or 7497326. OLE color: 7497326.
HSL color Cylindrical-coordinate representation of color #6E6672: hue angle of 280º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #6E6672 is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 110 | 102 | 114 | - |
| CMYK | 0.04 | 0.11 | 0 | 0.55 |
| HSL | 280º | 0.06% | 0.42% | - |
| HSV(B) | 280º | 0.11% | 0.45% | - |
| XYZ | 14.22 | 14.03 | 17.88 | - |
| YUV | 105.76 | 132.65 | 131.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 102 | 114 | 0.04 | 0.11 | 0 | 0.55 | 280 | 0.06 | 0.42 |
| Hex | 6E | 66 | 72 | 4 | B | 0 | 37 | 118 | 6 | 2A |
| Octal | 156 | 146 | 162 | 4 | 13 | 0 | 67 | 430 | 6 | 52 |
| Binary | 1101110 | 1100110 | 1110010 | 100 | 1011 | 0 | 110111 | 100011000 | 110 | 101010 |
Color Harmonies of #6E6672
Complementary color
Monochromatic Colors of #6E6672
Black with #6E6672
Text Example
Text Example
White with #6E6672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6672; }
p { color: rgb(110,102,114); }
H1.HeaderClassName
{
color: #6E6672;
}
.AnyTagClassName
{
color: #6E6672;
}
</style>
background-color css
<style>
a { background-color: #6E6672; }
a { background-color: rgb(110,102,114); }
div.DivClassName
{
background-color: #6E6672;
}
.BgClassName
{
background-color: #6E6672;
}
</style>
border-color css
<style>
span { border-color: #6E6672; }
span { border-color: rgb(110,102,114); }
td.TdClassName
{
border-color: #6E6672;
}
.TagClassName
{
border-color: #6E6672;
}
</style>