Shades of Rum #6F5777
Tints of Rum #6F5777
RGB
CMYK
RGB Variations
Color information
#6F5777 (or 0x6F5777) is known color: Rum. HEX triplet: 6F, 57 and 77. RGB value is (111,87,119). Sum of RGB (Red+Green+Blue) = 111+87+119=317 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.02% from 317); Green value is 87 (34.38% from 255 or 27.44% from 317); Blue value is 119 (46.88% from 255 or 37.54% from 317); Max value from RGB is 119 - color contains mainly: blue. Hex color #6F5777 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5777 is #90A888. Grayscale: #616161. Windows color (decimal): -9480329 or 7821167. OLE color: 7821167.
HSL color Cylindrical-coordinate representation of color #6F5777: hue angle of 285º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6F5777 is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 111 | 87 | 119 | - |
| CMYK | 0.07 | 0.27 | 0 | 0.53 |
| HSL | 285º | 0.16% | 0.4% | - |
| HSV(B) | 285º | 0.27% | 0.47% | - |
| XYZ | 13.29 | 11.53 | 18.98 | - |
| YUV | 97.82 | 139.95 | 137.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 87 | 119 | 0.07 | 0.27 | 0 | 0.53 | 285 | 0.16 | 0.4 |
| Hex | 6F | 57 | 77 | 7 | 1B | 0 | 35 | 11D | 10 | 28 |
| Octal | 157 | 127 | 167 | 7 | 33 | 0 | 65 | 435 | 20 | 50 |
| Binary | 1101111 | 1010111 | 1110111 | 111 | 11011 | 0 | 110101 | 100011101 | 10000 | 101000 |
Color Harmonies of #6F5777
Complementary color
Monochromatic Colors of #6F5777
Black with #6F5777
Text Example
Text Example
White with #6F5777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5777; }
p { color: rgb(111,87,119); }
H1.HeaderClassName
{
color: #6F5777;
}
.AnyTagClassName
{
color: #6F5777;
}
</style>
background-color css
<style>
a { background-color: #6F5777; }
a { background-color: rgb(111,87,119); }
div.DivClassName
{
background-color: #6F5777;
}
.BgClassName
{
background-color: #6F5777;
}
</style>
border-color css
<style>
span { border-color: #6F5777; }
span { border-color: rgb(111,87,119); }
td.TdClassName
{
border-color: #6F5777;
}
.TagClassName
{
border-color: #6F5777;
}
</style>