Shades of Rum #6D5B78
Tints of Rum #6D5B78
RGB
CMYK
RGB Variations
Color information
#6D5B78 (or 0x6D5B78) is known color: Rum. HEX triplet: 6D, 5B and 78. RGB value is (109,91,120). Sum of RGB (Red+Green+Blue) = 109+91+120=320 (42% of max value = 765). Red value is 109 (42.97% from 255 or 34.06% from 320); Green value is 91 (35.94% from 255 or 28.44% from 320); Blue value is 120 (47.27% from 255 or 37.5% from 320); Max value from RGB is 120 - color contains mainly: blue. Hex color #6D5B78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5B78 is #92A487. Grayscale: #636363. Windows color (decimal): -9610376 or 7887725. OLE color: 7887725.
HSL color Cylindrical-coordinate representation of color #6D5B78: hue angle of 277.24º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6D5B78 is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 109 | 91 | 120 | - |
| CMYK | 0.09 | 0.24 | 0 | 0.53 |
| HSL | 277.24º | 0.14% | 0.41% | - |
| HSV(B) | 277.24º | 0.24% | 0.47% | - |
| XYZ | 13.44 | 12.09 | 19.39 | - |
| YUV | 99.69 | 139.46 | 134.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 91 | 120 | 0.09 | 0.24 | 0 | 0.53 | 277.24 | 0.14 | 0.41 |
| Hex | 6D | 5B | 78 | 9 | 18 | 0 | 35 | 115 | E | 29 |
| Octal | 155 | 133 | 170 | 11 | 30 | 0 | 65 | 425 | 16 | 51 |
| Binary | 1101101 | 1011011 | 1111000 | 1001 | 11000 | 0 | 110101 | 100010101 | 1110 | 101001 |
Color Harmonies of #6D5B78
Complementary color
Monochromatic Colors of #6D5B78
Black with #6D5B78
Text Example
Text Example
White with #6D5B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5B78; }
p { color: rgb(109,91,120); }
H1.HeaderClassName
{
color: #6D5B78;
}
.AnyTagClassName
{
color: #6D5B78;
}
</style>
background-color css
<style>
a { background-color: #6D5B78; }
a { background-color: rgb(109,91,120); }
div.DivClassName
{
background-color: #6D5B78;
}
.BgClassName
{
background-color: #6D5B78;
}
</style>
border-color css
<style>
span { border-color: #6D5B78; }
span { border-color: rgb(109,91,120); }
td.TdClassName
{
border-color: #6D5B78;
}
.TagClassName
{
border-color: #6D5B78;
}
</style>