Shades of Rum #6E5977
Tints of Rum #6E5977
RGB
CMYK
RGB Variations
Color information
#6E5977 (or 0x6E5977) is known color: Rum. HEX triplet: 6E, 59 and 77. RGB value is (110,89,119). Sum of RGB (Red+Green+Blue) = 110+89+119=318 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.59% from 318); Green value is 89 (35.16% from 255 or 27.99% from 318); Blue value is 119 (46.88% from 255 or 37.42% from 318); Max value from RGB is 119 - color contains mainly: blue. Hex color #6E5977 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5977 is #91A688. Grayscale: #626262. Windows color (decimal): -9545353 or 7821678. OLE color: 7821678.
HSL color Cylindrical-coordinate representation of color #6E5977: hue angle of 282º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6E5977 is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 110 | 89 | 119 | - |
| CMYK | 0.08 | 0.25 | 0 | 0.53 |
| HSL | 282º | 0.14% | 0.41% | - |
| HSV(B) | 282º | 0.25% | 0.47% | - |
| XYZ | 13.33 | 11.79 | 19.03 | - |
| YUV | 98.7 | 139.46 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 89 | 119 | 0.08 | 0.25 | 0 | 0.53 | 282 | 0.14 | 0.41 |
| Hex | 6E | 59 | 77 | 8 | 19 | 0 | 35 | 11A | E | 29 |
| Octal | 156 | 131 | 167 | 10 | 31 | 0 | 65 | 432 | 16 | 51 |
| Binary | 1101110 | 1011001 | 1110111 | 1000 | 11001 | 0 | 110101 | 100011010 | 1110 | 101001 |
Color Harmonies of #6E5977
Complementary color
Monochromatic Colors of #6E5977
Black with #6E5977
Text Example
Text Example
White with #6E5977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5977; }
p { color: rgb(110,89,119); }
H1.HeaderClassName
{
color: #6E5977;
}
.AnyTagClassName
{
color: #6E5977;
}
</style>
background-color css
<style>
a { background-color: #6E5977; }
a { background-color: rgb(110,89,119); }
div.DivClassName
{
background-color: #6E5977;
}
.BgClassName
{
background-color: #6E5977;
}
</style>
border-color css
<style>
span { border-color: #6E5977; }
span { border-color: rgb(110,89,119); }
td.TdClassName
{
border-color: #6E5977;
}
.TagClassName
{
border-color: #6E5977;
}
</style>