Shades of Rum #6B5973
Tints of Rum #6B5973
RGB
CMYK
RGB Variations
Color information
#6B5973 (or 0x6B5973) is known color: Rum. HEX triplet: 6B, 59 and 73. RGB value is (107,89,115). Sum of RGB (Red+Green+Blue) = 107+89+115=311 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.41% from 311); Green value is 89 (35.16% from 255 or 28.62% from 311); Blue value is 115 (45.31% from 255 or 36.98% from 311); Max value from RGB is 115 - color contains mainly: blue. Hex color #6B5973 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5973 is #94A68C. Grayscale: #616161. Windows color (decimal): -9741965 or 7559531. OLE color: 7559531.
HSL color Cylindrical-coordinate representation of color #6B5973: hue angle of 281.54º 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 #6B5973 is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 107 | 89 | 115 | - |
| CMYK | 0.07 | 0.23 | 0 | 0.55 |
| HSL | 281.54º | 0.13% | 0.4% | - |
| HSV(B) | 281.54º | 0.23% | 0.45% | - |
| XYZ | 12.73 | 11.51 | 17.77 | - |
| YUV | 97.35 | 137.96 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 89 | 115 | 0.07 | 0.23 | 0 | 0.55 | 281.54 | 0.13 | 0.4 |
| Hex | 6B | 59 | 73 | 7 | 17 | 0 | 37 | 11A | D | 28 |
| Octal | 153 | 131 | 163 | 7 | 27 | 0 | 67 | 432 | 15 | 50 |
| Binary | 1101011 | 1011001 | 1110011 | 111 | 10111 | 0 | 110111 | 100011010 | 1101 | 101000 |
Color Harmonies of #6B5973
Complementary color
Monochromatic Colors of #6B5973
Black with #6B5973
Text Example
Text Example
White with #6B5973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5973; }
p { color: rgb(107,89,115); }
H1.HeaderClassName
{
color: #6B5973;
}
.AnyTagClassName
{
color: #6B5973;
}
</style>
background-color css
<style>
a { background-color: #6B5973; }
a { background-color: rgb(107,89,115); }
div.DivClassName
{
background-color: #6B5973;
}
.BgClassName
{
background-color: #6B5973;
}
</style>
border-color css
<style>
span { border-color: #6B5973; }
span { border-color: rgb(107,89,115); }
td.TdClassName
{
border-color: #6B5973;
}
.TagClassName
{
border-color: #6B5973;
}
</style>