Shades of Rum #6D5674
Tints of Rum #6D5674
RGB
CMYK
RGB Variations
Color information
#6D5674 (or 0x6D5674) is known color: Rum. HEX triplet: 6D, 56 and 74. RGB value is (109,86,116). Sum of RGB (Red+Green+Blue) = 109+86+116=311 (41% of max value = 765). Red value is 109 (42.97% from 255 or 35.05% from 311); Green value is 86 (33.98% from 255 or 27.65% from 311); Blue value is 116 (45.70% from 255 or 37.30% from 311); Max value from RGB is 116 - color contains mainly: blue. Hex color #6D5674 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5674 is #92A98B. Grayscale: #606060. Windows color (decimal): -9611660 or 7624301. OLE color: 7624301.
HSL color Cylindrical-coordinate representation of color #6D5674: hue angle of 286º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6D5674 is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 109 | 86 | 116 | - |
| CMYK | 0.06 | 0.26 | 0 | 0.55 |
| HSL | 286º | 0.15% | 0.4% | - |
| HSV(B) | 286º | 0.26% | 0.45% | - |
| XYZ | 12.79 | 11.17 | 18 | - |
| YUV | 96.3 | 139.12 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 86 | 116 | 0.06 | 0.26 | 0 | 0.55 | 286 | 0.15 | 0.4 |
| Hex | 6D | 56 | 74 | 6 | 1A | 0 | 37 | 11E | F | 28 |
| Octal | 155 | 126 | 164 | 6 | 32 | 0 | 67 | 436 | 17 | 50 |
| Binary | 1101101 | 1010110 | 1110100 | 110 | 11010 | 0 | 110111 | 100011110 | 1111 | 101000 |
Color Harmonies of #6D5674
Complementary color
Monochromatic Colors of #6D5674
Black with #6D5674
Text Example
Text Example
White with #6D5674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5674; }
p { color: rgb(109,86,116); }
H1.HeaderClassName
{
color: #6D5674;
}
.AnyTagClassName
{
color: #6D5674;
}
</style>
background-color css
<style>
a { background-color: #6D5674; }
a { background-color: rgb(109,86,116); }
div.DivClassName
{
background-color: #6D5674;
}
.BgClassName
{
background-color: #6D5674;
}
</style>
border-color css
<style>
span { border-color: #6D5674; }
span { border-color: rgb(109,86,116); }
td.TdClassName
{
border-color: #6D5674;
}
.TagClassName
{
border-color: #6D5674;
}
</style>