Shades of Rum #6A5977
Tints of Rum #6A5977
RGB
CMYK
RGB Variations
Color information
#6A5977 (or 0x6A5977) is known color: Rum. HEX triplet: 6A, 59 and 77. RGB value is (106,89,119). Sum of RGB (Red+Green+Blue) = 106+89+119=314 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.76% from 314); Green value is 89 (35.16% from 255 or 28.34% from 314); Blue value is 119 (46.88% from 255 or 37.90% from 314); Max value from RGB is 119 - color contains mainly: blue. Hex color #6A5977 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5977 is #95A688. Grayscale: #616161. Windows color (decimal): -9807497 or 7821674. OLE color: 7821674.
HSL color Cylindrical-coordinate representation of color #6A5977: hue angle of 274º 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 #6A5977 is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 106 | 89 | 119 | - |
| CMYK | 0.11 | 0.25 | 0 | 0.53 |
| HSL | 274º | 0.14% | 0.41% | - |
| HSV(B) | 274º | 0.25% | 0.47% | - |
| XYZ | 12.85 | 11.54 | 19 | - |
| YUV | 97.5 | 140.13 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 89 | 119 | 0.11 | 0.25 | 0 | 0.53 | 274 | 0.14 | 0.41 |
| Hex | 6A | 59 | 77 | B | 19 | 0 | 35 | 112 | E | 29 |
| Octal | 152 | 131 | 167 | 13 | 31 | 0 | 65 | 422 | 16 | 51 |
| Binary | 1101010 | 1011001 | 1110111 | 1011 | 11001 | 0 | 110101 | 100010010 | 1110 | 101001 |
Color Harmonies of #6A5977
Complementary color
Monochromatic Colors of #6A5977
Black with #6A5977
Text Example
Text Example
White with #6A5977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A5977; }
p { color: rgb(106,89,119); }
H1.HeaderClassName
{
color: #6A5977;
}
.AnyTagClassName
{
color: #6A5977;
}
</style>
background-color css
<style>
a { background-color: #6A5977; }
a { background-color: rgb(106,89,119); }
div.DivClassName
{
background-color: #6A5977;
}
.BgClassName
{
background-color: #6A5977;
}
</style>
border-color css
<style>
span { border-color: #6A5977; }
span { border-color: rgb(106,89,119); }
td.TdClassName
{
border-color: #6A5977;
}
.TagClassName
{
border-color: #6A5977;
}
</style>