Shades of Rum #6D5A79
Tints of Rum #6D5A79
RGB
CMYK
RGB Variations
Color information
#6D5A79 (or 0x6D5A79) is known color: Rum. HEX triplet: 6D, 5A and 79. RGB value is (109,90,121). Sum of RGB (Red+Green+Blue) = 109+90+121=320 (42% of max value = 765). Red value is 109 (42.97% from 255 or 34.06% from 320); Green value is 90 (35.55% from 255 or 28.12% from 320); Blue value is 121 (47.66% from 255 or 37.81% from 320); Max value from RGB is 121 - color contains mainly: blue. Hex color #6D5A79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5A79 is #92A586. Grayscale: #636363. Windows color (decimal): -9610631 or 7953005. OLE color: 7953005.
HSL color Cylindrical-coordinate representation of color #6D5A79: hue angle of 276.77º 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 #6D5A79 is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 109 | 90 | 121 | - |
| CMYK | 0.10 | 0.26 | 0 | 0.53 |
| HSL | 276.77º | 0.15% | 0.41% | - |
| HSV(B) | 276.77º | 0.26% | 0.47% | - |
| XYZ | 13.41 | 11.94 | 19.69 | - |
| YUV | 99.22 | 140.29 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 90 | 121 | 0.10 | 0.26 | 0 | 0.53 | 276.77 | 0.15 | 0.41 |
| Hex | 6D | 5A | 79 | A | 1A | 0 | 35 | 115 | F | 29 |
| Octal | 155 | 132 | 171 | 12 | 32 | 0 | 65 | 425 | 17 | 51 |
| Binary | 1101101 | 1011010 | 1111001 | 1010 | 11010 | 0 | 110101 | 100010101 | 1111 | 101001 |
Color Harmonies of #6D5A79
Complementary color
Monochromatic Colors of #6D5A79
Black with #6D5A79
Text Example
Text Example
White with #6D5A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5A79; }
p { color: rgb(109,90,121); }
H1.HeaderClassName
{
color: #6D5A79;
}
.AnyTagClassName
{
color: #6D5A79;
}
</style>
background-color css
<style>
a { background-color: #6D5A79; }
a { background-color: rgb(109,90,121); }
div.DivClassName
{
background-color: #6D5A79;
}
.BgClassName
{
background-color: #6D5A79;
}
</style>
border-color css
<style>
span { border-color: #6D5A79; }
span { border-color: rgb(109,90,121); }
td.TdClassName
{
border-color: #6D5A79;
}
.TagClassName
{
border-color: #6D5A79;
}
</style>