Shades of Rum #6B5E71
Tints of Rum #6B5E71
RGB
CMYK
RGB Variations
Color information
#6B5E71 (or 0x6B5E71) is known color: Rum. HEX triplet: 6B, 5E and 71. RGB value is (107,94,113). Sum of RGB (Red+Green+Blue) = 107+94+113=314 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.08% from 314); Green value is 94 (37.11% from 255 or 29.94% from 314); Blue value is 113 (44.53% from 255 or 35.99% from 314); Max value from RGB is 113 - color contains mainly: blue. Hex color #6B5E71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5E71 is #94A18E. Grayscale: #636363. Windows color (decimal): -9740687 or 7429739. OLE color: 7429739.
HSL color Cylindrical-coordinate representation of color #6B5E71: hue angle of 281.05º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6B5E71 is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
RGB | 107 | 94 | 113 | - |
CMYK | 0.05 | 0.17 | 0 | 0.56 |
HSL | 281.05º | 0.09% | 0.41% | - |
HSV(B) | 281.05º | 0.17% | 0.44% | - |
XYZ | 13.05 | 12.32 | 17.31 | - |
YUV | 100.05 | 135.31 | 132.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 107 | 94 | 113 | 0.05 | 0.17 | 0 | 0.56 | 281.05 | 0.09 | 0.41 |
Hex | 6B | 5E | 71 | 5 | 11 | 0 | 38 | 119 | 9 | 29 |
Octal | 153 | 136 | 161 | 5 | 21 | 0 | 70 | 431 | 11 | 51 |
Binary | 1101011 | 1011110 | 1110001 | 101 | 10001 | 0 | 111000 | 100011001 | 1001 | 101001 |
Color Harmonies of #6B5E71
Complementary color
Monochromatic Colors of #6B5E71
Black with #6B5E71
Text Example
Text Example
White with #6B5E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5E71; }
p { color: rgb(107,94,113); }
H1.HeaderClassName
{
color: #6B5E71;
}
.AnyTagClassName
{
color: #6B5E71;
}
</style>
background-color css
<style>
a { background-color: #6B5E71; }
a { background-color: rgb(107,94,113); }
div.DivClassName
{
background-color: #6B5E71;
}
.BgClassName
{
background-color: #6B5E71;
}
</style>
border-color css
<style>
span { border-color: #6B5E71; }
span { border-color: rgb(107,94,113); }
td.TdClassName
{
border-color: #6B5E71;
}
.TagClassName
{
border-color: #6B5E71;
}
</style>