Shades of Rum #6F5873
Tints of Rum #6F5873
RGB
CMYK
RGB Variations
Color information
#6F5873 (or 0x6F5873) is known color: Rum. HEX triplet: 6F, 58 and 73. RGB value is (111,88,115). Sum of RGB (Red+Green+Blue) = 111+88+115=314 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.35% from 314); Green value is 88 (34.77% from 255 or 28.03% from 314); Blue value is 115 (45.31% from 255 or 36.62% from 314); Max value from RGB is 115 - color contains mainly: blue. Hex color #6F5873 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5873 is #90A78C. Grayscale: #616161. Windows color (decimal): -9480077 or 7559279. OLE color: 7559279.
HSL color Cylindrical-coordinate representation of color #6F5873: hue angle of 291.11º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6F5873 is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 111 | 88 | 115 | - |
| CMYK | 0.03 | 0.23 | 0 | 0.55 |
| HSL | 291.11º | 0.13% | 0.4% | - |
| HSV(B) | 291.11º | 0.23% | 0.45% | - |
| XYZ | 13.14 | 11.6 | 17.77 | - |
| YUV | 97.96 | 137.62 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 88 | 115 | 0.03 | 0.23 | 0 | 0.55 | 291.11 | 0.13 | 0.4 |
| Hex | 6F | 58 | 73 | 3 | 17 | 0 | 37 | 123 | D | 28 |
| Octal | 157 | 130 | 163 | 3 | 27 | 0 | 67 | 443 | 15 | 50 |
| Binary | 1101111 | 1011000 | 1110011 | 11 | 10111 | 0 | 110111 | 100100011 | 1101 | 101000 |
Color Harmonies of #6F5873
Complementary color
Monochromatic Colors of #6F5873
Black with #6F5873
Text Example
Text Example
White with #6F5873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5873; }
p { color: rgb(111,88,115); }
H1.HeaderClassName
{
color: #6F5873;
}
.AnyTagClassName
{
color: #6F5873;
}
</style>
background-color css
<style>
a { background-color: #6F5873; }
a { background-color: rgb(111,88,115); }
div.DivClassName
{
background-color: #6F5873;
}
.BgClassName
{
background-color: #6F5873;
}
</style>
border-color css
<style>
span { border-color: #6F5873; }
span { border-color: rgb(111,88,115); }
td.TdClassName
{
border-color: #6F5873;
}
.TagClassName
{
border-color: #6F5873;
}
</style>