Shades of Rum #6F6671
Tints of Rum #6F6671
RGB
CMYK
RGB Variations
Color information
#6F6671 (or 0x6F6671) is known color: Rum. HEX triplet: 6F, 66 and 71. RGB value is (111,102,113). Sum of RGB (Red+Green+Blue) = 111+102+113=326 (43% of max value = 765). Red value is 111 (43.75% from 255 or 34.05% from 326); Green value is 102 (40.23% from 255 or 31.29% from 326); Blue value is 113 (44.53% from 255 or 34.66% from 326); Max value from RGB is 113 - color contains mainly: blue. Hex color #6F6671 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6671 is #90998E. Grayscale: #696969. Windows color (decimal): -9476495 or 7431791. OLE color: 7431791.
HSL color Cylindrical-coordinate representation of color #6F6671: hue angle of 289.09º degrees, saturation: 0.05, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #6F6671 is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 102 | 113 | - |
| CMYK | 0.02 | 0.10 | 0 | 0.56 |
| HSL | 289.09º | 0.05% | 0.42% | - |
| HSV(B) | 289.09º | 0.1% | 0.44% | - |
| XYZ | 14.29 | 14.07 | 17.59 | - |
| YUV | 105.95 | 131.98 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 102 | 113 | 0.02 | 0.10 | 0 | 0.56 | 289.09 | 0.05 | 0.42 |
| Hex | 6F | 66 | 71 | 2 | A | 0 | 38 | 121 | 5 | 2A |
| Octal | 157 | 146 | 161 | 2 | 12 | 0 | 70 | 441 | 5 | 52 |
| Binary | 1101111 | 1100110 | 1110001 | 10 | 1010 | 0 | 111000 | 100100001 | 101 | 101010 |
Color Harmonies of #6F6671
Complementary color
Monochromatic Colors of #6F6671
Black with #6F6671
Text Example
Text Example
White with #6F6671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6671; }
p { color: rgb(111,102,113); }
H1.HeaderClassName
{
color: #6F6671;
}
.AnyTagClassName
{
color: #6F6671;
}
</style>
background-color css
<style>
a { background-color: #6F6671; }
a { background-color: rgb(111,102,113); }
div.DivClassName
{
background-color: #6F6671;
}
.BgClassName
{
background-color: #6F6671;
}
</style>
border-color css
<style>
span { border-color: #6F6671; }
span { border-color: rgb(111,102,113); }
td.TdClassName
{
border-color: #6F6671;
}
.TagClassName
{
border-color: #6F6671;
}
</style>