Shades of Rum #6F5776
Tints of Rum #6F5776
RGB
CMYK
RGB Variations
Color information
#6F5776 (or 0x6F5776) is known color: Rum. HEX triplet: 6F, 57 and 76. RGB value is (111,87,118). Sum of RGB (Red+Green+Blue) = 111+87+118=316 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.13% from 316); Green value is 87 (34.38% from 255 or 27.53% from 316); Blue value is 118 (46.48% from 255 or 37.34% from 316); Max value from RGB is 118 - color contains mainly: blue. Hex color #6F5776 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5776 is #90A889. Grayscale: #616161. Windows color (decimal): -9480330 or 7755631. OLE color: 7755631.
HSL color Cylindrical-coordinate representation of color #6F5776: hue angle of 286.45º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6F5776 is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 111 | 87 | 118 | - |
| CMYK | 0.06 | 0.26 | 0 | 0.54 |
| HSL | 286.45º | 0.15% | 0.4% | - |
| HSV(B) | 286.45º | 0.26% | 0.46% | - |
| XYZ | 13.23 | 11.5 | 18.66 | - |
| YUV | 97.71 | 139.45 | 137.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 87 | 118 | 0.06 | 0.26 | 0 | 0.54 | 286.45 | 0.15 | 0.4 |
| Hex | 6F | 57 | 76 | 6 | 1A | 0 | 36 | 11E | F | 28 |
| Octal | 157 | 127 | 166 | 6 | 32 | 0 | 66 | 436 | 17 | 50 |
| Binary | 1101111 | 1010111 | 1110110 | 110 | 11010 | 0 | 110110 | 100011110 | 1111 | 101000 |
Color Harmonies of #6F5776
Complementary color
Monochromatic Colors of #6F5776
Black with #6F5776
Text Example
Text Example
White with #6F5776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5776; }
p { color: rgb(111,87,118); }
H1.HeaderClassName
{
color: #6F5776;
}
.AnyTagClassName
{
color: #6F5776;
}
</style>
background-color css
<style>
a { background-color: #6F5776; }
a { background-color: rgb(111,87,118); }
div.DivClassName
{
background-color: #6F5776;
}
.BgClassName
{
background-color: #6F5776;
}
</style>
border-color css
<style>
span { border-color: #6F5776; }
span { border-color: rgb(111,87,118); }
td.TdClassName
{
border-color: #6F5776;
}
.TagClassName
{
border-color: #6F5776;
}
</style>