Shades of Rum #6B5674
Tints of Rum #6B5674
RGB
CMYK
RGB Variations
Color information
#6B5674 (or 0x6B5674) is known color: Rum. HEX triplet: 6B, 56 and 74. RGB value is (107,86,116). Sum of RGB (Red+Green+Blue) = 107+86+116=309 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.63% from 309); Green value is 86 (33.98% from 255 or 27.83% from 309); Blue value is 116 (45.70% from 255 or 37.54% from 309); Max value from RGB is 116 - color contains mainly: blue. Hex color #6B5674 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5674 is #94A98B. Grayscale: #5F5F5F. Windows color (decimal): -9742732 or 7624299. OLE color: 7624299.
HSL color Cylindrical-coordinate representation of color #6B5674: hue angle of 282º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6B5674 is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 107 | 86 | 116 | - |
| CMYK | 0.08 | 0.26 | 0 | 0.55 |
| HSL | 282º | 0.15% | 0.4% | - |
| HSV(B) | 282º | 0.26% | 0.45% | - |
| XYZ | 12.54 | 11.04 | 17.99 | - |
| YUV | 95.7 | 139.46 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 86 | 116 | 0.08 | 0.26 | 0 | 0.55 | 282 | 0.15 | 0.4 |
| Hex | 6B | 56 | 74 | 8 | 1A | 0 | 37 | 11A | F | 28 |
| Octal | 153 | 126 | 164 | 10 | 32 | 0 | 67 | 432 | 17 | 50 |
| Binary | 1101011 | 1010110 | 1110100 | 1000 | 11010 | 0 | 110111 | 100011010 | 1111 | 101000 |
Color Harmonies of #6B5674
Complementary color
Monochromatic Colors of #6B5674
Black with #6B5674
Text Example
Text Example
White with #6B5674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5674; }
p { color: rgb(107,86,116); }
H1.HeaderClassName
{
color: #6B5674;
}
.AnyTagClassName
{
color: #6B5674;
}
</style>
background-color css
<style>
a { background-color: #6B5674; }
a { background-color: rgb(107,86,116); }
div.DivClassName
{
background-color: #6B5674;
}
.BgClassName
{
background-color: #6B5674;
}
</style>
border-color css
<style>
span { border-color: #6B5674; }
span { border-color: rgb(107,86,116); }
td.TdClassName
{
border-color: #6B5674;
}
.TagClassName
{
border-color: #6B5674;
}
</style>