Shades of Rum #6B5977
Tints of Rum #6B5977
RGB
CMYK
RGB Variations
Color information
#6B5977 (or 0x6B5977) is known color: Rum. HEX triplet: 6B, 59 and 77. RGB value is (107,89,119). Sum of RGB (Red+Green+Blue) = 107+89+119=315 (41% of max value = 765). Red value is 107 (42.19% from 255 or 33.97% from 315); Green value is 89 (35.16% from 255 or 28.25% from 315); Blue value is 119 (46.88% from 255 or 37.78% from 315); Max value from RGB is 119 - color contains mainly: blue. Hex color #6B5977 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5977 is #94A688. Grayscale: #616161. Windows color (decimal): -9741961 or 7821675. OLE color: 7821675.
HSL color Cylindrical-coordinate representation of color #6B5977: hue angle of 276º 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 #6B5977 is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 107 | 89 | 119 | - |
| CMYK | 0.10 | 0.25 | 0 | 0.53 |
| HSL | 276º | 0.14% | 0.41% | - |
| HSV(B) | 276º | 0.25% | 0.47% | - |
| XYZ | 12.97 | 11.6 | 19.01 | - |
| YUV | 97.8 | 139.96 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 89 | 119 | 0.10 | 0.25 | 0 | 0.53 | 276 | 0.14 | 0.41 |
| Hex | 6B | 59 | 77 | A | 19 | 0 | 35 | 114 | E | 29 |
| Octal | 153 | 131 | 167 | 12 | 31 | 0 | 65 | 424 | 16 | 51 |
| Binary | 1101011 | 1011001 | 1110111 | 1010 | 11001 | 0 | 110101 | 100010100 | 1110 | 101001 |
Color Harmonies of #6B5977
Complementary color
Monochromatic Colors of #6B5977
Black with #6B5977
Text Example
Text Example
White with #6B5977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5977; }
p { color: rgb(107,89,119); }
H1.HeaderClassName
{
color: #6B5977;
}
.AnyTagClassName
{
color: #6B5977;
}
</style>
background-color css
<style>
a { background-color: #6B5977; }
a { background-color: rgb(107,89,119); }
div.DivClassName
{
background-color: #6B5977;
}
.BgClassName
{
background-color: #6B5977;
}
</style>
border-color css
<style>
span { border-color: #6B5977; }
span { border-color: rgb(107,89,119); }
td.TdClassName
{
border-color: #6B5977;
}
.TagClassName
{
border-color: #6B5977;
}
</style>