Shades of Rum #6B5773
Tints of Rum #6B5773
RGB
CMYK
RGB Variations
Color information
#6B5773 (or 0x6B5773) is known color: Rum. HEX triplet: 6B, 57 and 73. RGB value is (107,87,115). Sum of RGB (Red+Green+Blue) = 107+87+115=309 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.63% from 309); Green value is 87 (34.38% from 255 or 28.16% from 309); Blue value is 115 (45.31% from 255 or 37.22% from 309); Max value from RGB is 115 - color contains mainly: blue. Hex color #6B5773 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5773 is #94A88C. Grayscale: #606060. Windows color (decimal): -9742477 or 7559019. OLE color: 7559019.
HSL color Cylindrical-coordinate representation of color #6B5773: hue angle of 282.86º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6B5773 is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 107 | 87 | 115 | - |
| CMYK | 0.07 | 0.24 | 0 | 0.55 |
| HSL | 282.86º | 0.14% | 0.4% | - |
| HSV(B) | 282.86º | 0.24% | 0.45% | - |
| XYZ | 12.57 | 11.18 | 17.72 | - |
| YUV | 96.17 | 138.63 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 87 | 115 | 0.07 | 0.24 | 0 | 0.55 | 282.86 | 0.14 | 0.4 |
| Hex | 6B | 57 | 73 | 7 | 18 | 0 | 37 | 11B | E | 28 |
| Octal | 153 | 127 | 163 | 7 | 30 | 0 | 67 | 433 | 16 | 50 |
| Binary | 1101011 | 1010111 | 1110011 | 111 | 11000 | 0 | 110111 | 100011011 | 1110 | 101000 |
Color Harmonies of #6B5773
Complementary color
Monochromatic Colors of #6B5773
Black with #6B5773
Text Example
Text Example
White with #6B5773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5773; }
p { color: rgb(107,87,115); }
H1.HeaderClassName
{
color: #6B5773;
}
.AnyTagClassName
{
color: #6B5773;
}
</style>
background-color css
<style>
a { background-color: #6B5773; }
a { background-color: rgb(107,87,115); }
div.DivClassName
{
background-color: #6B5773;
}
.BgClassName
{
background-color: #6B5773;
}
</style>
border-color css
<style>
span { border-color: #6B5773; }
span { border-color: rgb(107,87,115); }
td.TdClassName
{
border-color: #6B5773;
}
.TagClassName
{
border-color: #6B5773;
}
</style>