Shades of Rum #6F5977
Tints of Rum #6F5977
RGB
CMYK
RGB Variations
Color information
#6F5977 (or 0x6F5977) is known color: Rum. HEX triplet: 6F, 59 and 77. RGB value is (111,89,119). Sum of RGB (Red+Green+Blue) = 111+89+119=319 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.80% from 319); Green value is 89 (35.16% from 255 or 27.90% from 319); Blue value is 119 (46.88% from 255 or 37.30% from 319); Max value from RGB is 119 - color contains mainly: blue. Hex color #6F5977 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5977 is #90A688. Grayscale: #626262. Windows color (decimal): -9479817 or 7821679. OLE color: 7821679.
HSL color Cylindrical-coordinate representation of color #6F5977: hue angle of 284º 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 #6F5977 is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 111 | 89 | 119 | - |
| CMYK | 0.07 | 0.25 | 0 | 0.53 |
| HSL | 284º | 0.14% | 0.41% | - |
| HSV(B) | 284º | 0.25% | 0.47% | - |
| XYZ | 13.46 | 11.86 | 19.03 | - |
| YUV | 99 | 139.29 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 89 | 119 | 0.07 | 0.25 | 0 | 0.53 | 284 | 0.14 | 0.41 |
| Hex | 6F | 59 | 77 | 7 | 19 | 0 | 35 | 11C | E | 29 |
| Octal | 157 | 131 | 167 | 7 | 31 | 0 | 65 | 434 | 16 | 51 |
| Binary | 1101111 | 1011001 | 1110111 | 111 | 11001 | 0 | 110101 | 100011100 | 1110 | 101001 |
Color Harmonies of #6F5977
Complementary color
Monochromatic Colors of #6F5977
Black with #6F5977
Text Example
Text Example
White with #6F5977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5977; }
p { color: rgb(111,89,119); }
H1.HeaderClassName
{
color: #6F5977;
}
.AnyTagClassName
{
color: #6F5977;
}
</style>
background-color css
<style>
a { background-color: #6F5977; }
a { background-color: rgb(111,89,119); }
div.DivClassName
{
background-color: #6F5977;
}
.BgClassName
{
background-color: #6F5977;
}
</style>
border-color css
<style>
span { border-color: #6F5977; }
span { border-color: rgb(111,89,119); }
td.TdClassName
{
border-color: #6F5977;
}
.TagClassName
{
border-color: #6F5977;
}
</style>