Shades of Rum #6B616D
Tints of Rum #6B616D
RGB
CMYK
RGB Variations
Color information
#6B616D (or 0x6B616D) is known color: Rum. HEX triplet: 6B, 61 and 6D. RGB value is (107,97,109). Sum of RGB (Red+Green+Blue) = 107+97+109=313 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.19% from 313); Green value is 97 (38.28% from 255 or 30.99% from 313); Blue value is 109 (42.97% from 255 or 34.82% from 313); Max value from RGB is 109 - color contains mainly: blue. Hex color #6B616D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B616D is #949E92. Grayscale: #656565. Windows color (decimal): -9739923 or 7168363. OLE color: 7168363.
HSL color Cylindrical-coordinate representation of color #6B616D: hue angle of 290º degrees, saturation: 0.06, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #6B616D is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 107 | 97 | 109 | - |
| CMYK | 0.02 | 0.11 | 0 | 0.57 |
| HSL | 290º | 0.06% | 0.4% | - |
| HSV(B) | 290º | 0.11% | 0.43% | - |
| XYZ | 13.1 | 12.78 | 16.24 | - |
| YUV | 101.36 | 132.31 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 97 | 109 | 0.02 | 0.11 | 0 | 0.57 | 290 | 0.06 | 0.4 |
| Hex | 6B | 61 | 6D | 2 | B | 0 | 39 | 122 | 6 | 28 |
| Octal | 153 | 141 | 155 | 2 | 13 | 0 | 71 | 442 | 6 | 50 |
| Binary | 1101011 | 1100001 | 1101101 | 10 | 1011 | 0 | 111001 | 100100010 | 110 | 101000 |
Color Harmonies of #6B616D
Complementary color
Monochromatic Colors of #6B616D
Black with #6B616D
Text Example
Text Example
White with #6B616D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B616D; }
p { color: rgb(107,97,109); }
H1.HeaderClassName
{
color: #6B616D;
}
.AnyTagClassName
{
color: #6B616D;
}
</style>
background-color css
<style>
a { background-color: #6B616D; }
a { background-color: rgb(107,97,109); }
div.DivClassName
{
background-color: #6B616D;
}
.BgClassName
{
background-color: #6B616D;
}
</style>
border-color css
<style>
span { border-color: #6B616D; }
span { border-color: rgb(107,97,109); }
td.TdClassName
{
border-color: #6B616D;
}
.TagClassName
{
border-color: #6B616D;
}
</style>