Shades of Rum #6A5E71
Tints of Rum #6A5E71
RGB
CMYK
RGB Variations
Color information
#6A5E71 (or 0x6A5E71) is known color: Rum. HEX triplet: 6A, 5E and 71. RGB value is (106,94,113). Sum of RGB (Red+Green+Blue) = 106+94+113=313 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.87% from 313); Green value is 94 (37.11% from 255 or 30.03% from 313); Blue value is 113 (44.53% from 255 or 36.10% from 313); Max value from RGB is 113 - color contains mainly: blue. Hex color #6A5E71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5E71 is #95A18E. Grayscale: #636363. Windows color (decimal): -9806223 or 7429738. OLE color: 7429738.
HSL color Cylindrical-coordinate representation of color #6A5E71: hue angle of 277.89º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6A5E71 is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 106 | 94 | 113 | - |
| CMYK | 0.06 | 0.17 | 0 | 0.56 |
| HSL | 277.89º | 0.09% | 0.41% | - |
| HSV(B) | 277.89º | 0.17% | 0.44% | - |
| XYZ | 12.93 | 12.26 | 17.31 | - |
| YUV | 99.75 | 135.48 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 94 | 113 | 0.06 | 0.17 | 0 | 0.56 | 277.89 | 0.09 | 0.41 |
| Hex | 6A | 5E | 71 | 6 | 11 | 0 | 38 | 116 | 9 | 29 |
| Octal | 152 | 136 | 161 | 6 | 21 | 0 | 70 | 426 | 11 | 51 |
| Binary | 1101010 | 1011110 | 1110001 | 110 | 10001 | 0 | 111000 | 100010110 | 1001 | 101001 |
Color Harmonies of #6A5E71
Complementary color
Monochromatic Colors of #6A5E71
Black with #6A5E71
Text Example
Text Example
White with #6A5E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A5E71; }
p { color: rgb(106,94,113); }
H1.HeaderClassName
{
color: #6A5E71;
}
.AnyTagClassName
{
color: #6A5E71;
}
</style>
background-color css
<style>
a { background-color: #6A5E71; }
a { background-color: rgb(106,94,113); }
div.DivClassName
{
background-color: #6A5E71;
}
.BgClassName
{
background-color: #6A5E71;
}
</style>
border-color css
<style>
span { border-color: #6A5E71; }
span { border-color: rgb(106,94,113); }
td.TdClassName
{
border-color: #6A5E71;
}
.TagClassName
{
border-color: #6A5E71;
}
</style>