Shades of Rum #6D5978
Tints of Rum #6D5978
RGB
CMYK
RGB Variations
Color information
#6D5978 (or 0x6D5978) is known color: Rum. HEX triplet: 6D, 59 and 78. RGB value is (109,89,120). Sum of RGB (Red+Green+Blue) = 109+89+120=318 (42% of max value = 765). Red value is 109 (42.97% from 255 or 34.28% from 318); Green value is 89 (35.16% from 255 or 27.99% from 318); Blue value is 120 (47.27% from 255 or 37.74% from 318); Max value from RGB is 120 - color contains mainly: blue. Hex color #6D5978 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5978 is #92A687. Grayscale: #626262. Windows color (decimal): -9610888 or 7887213. OLE color: 7887213.
HSL color Cylindrical-coordinate representation of color #6D5978: hue angle of 278.71º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6D5978 is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 109 | 89 | 120 | - |
| CMYK | 0.09 | 0.26 | 0 | 0.53 |
| HSL | 278.71º | 0.15% | 0.41% | - |
| HSV(B) | 278.71º | 0.26% | 0.47% | - |
| XYZ | 13.27 | 11.75 | 19.34 | - |
| YUV | 98.51 | 140.13 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 89 | 120 | 0.09 | 0.26 | 0 | 0.53 | 278.71 | 0.15 | 0.41 |
| Hex | 6D | 59 | 78 | 9 | 1A | 0 | 35 | 117 | F | 29 |
| Octal | 155 | 131 | 170 | 11 | 32 | 0 | 65 | 427 | 17 | 51 |
| Binary | 1101101 | 1011001 | 1111000 | 1001 | 11010 | 0 | 110101 | 100010111 | 1111 | 101001 |
Color Harmonies of #6D5978
Complementary color
Monochromatic Colors of #6D5978
Black with #6D5978
Text Example
Text Example
White with #6D5978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5978; }
p { color: rgb(109,89,120); }
H1.HeaderClassName
{
color: #6D5978;
}
.AnyTagClassName
{
color: #6D5978;
}
</style>
background-color css
<style>
a { background-color: #6D5978; }
a { background-color: rgb(109,89,120); }
div.DivClassName
{
background-color: #6D5978;
}
.BgClassName
{
background-color: #6D5978;
}
</style>
border-color css
<style>
span { border-color: #6D5978; }
span { border-color: rgb(109,89,120); }
td.TdClassName
{
border-color: #6D5978;
}
.TagClassName
{
border-color: #6D5978;
}
</style>