Shades of Rum #6F5674
Tints of Rum #6F5674
RGB
CMYK
RGB Variations
Color information
#6F5674 (or 0x6F5674) is known color: Rum. HEX triplet: 6F, 56 and 74. RGB value is (111,86,116). Sum of RGB (Red+Green+Blue) = 111+86+116=313 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.46% from 313); Green value is 86 (33.98% from 255 or 27.48% from 313); Blue value is 116 (45.70% from 255 or 37.06% from 313); Max value from RGB is 116 - color contains mainly: blue. Hex color #6F5674 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5674 is #90A98B. Grayscale: #606060. Windows color (decimal): -9480588 or 7624303. OLE color: 7624303.
HSL color Cylindrical-coordinate representation of color #6F5674: hue angle of 290º 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 #6F5674 is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 111 | 86 | 116 | - |
| CMYK | 0.04 | 0.26 | 0 | 0.55 |
| HSL | 290º | 0.15% | 0.4% | - |
| HSV(B) | 290º | 0.26% | 0.45% | - |
| XYZ | 13.04 | 11.3 | 18.02 | - |
| YUV | 96.9 | 138.78 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 86 | 116 | 0.04 | 0.26 | 0 | 0.55 | 290 | 0.15 | 0.4 |
| Hex | 6F | 56 | 74 | 4 | 1A | 0 | 37 | 122 | F | 28 |
| Octal | 157 | 126 | 164 | 4 | 32 | 0 | 67 | 442 | 17 | 50 |
| Binary | 1101111 | 1010110 | 1110100 | 100 | 11010 | 0 | 110111 | 100100010 | 1111 | 101000 |
Color Harmonies of #6F5674
Complementary color
Monochromatic Colors of #6F5674
Black with #6F5674
Text Example
Text Example
White with #6F5674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5674; }
p { color: rgb(111,86,116); }
H1.HeaderClassName
{
color: #6F5674;
}
.AnyTagClassName
{
color: #6F5674;
}
</style>
background-color css
<style>
a { background-color: #6F5674; }
a { background-color: rgb(111,86,116); }
div.DivClassName
{
background-color: #6F5674;
}
.BgClassName
{
background-color: #6F5674;
}
</style>
border-color css
<style>
span { border-color: #6F5674; }
span { border-color: rgb(111,86,116); }
td.TdClassName
{
border-color: #6F5674;
}
.TagClassName
{
border-color: #6F5674;
}
</style>