Shades of Rum #6C6471
Tints of Rum #6C6471
RGB
CMYK
RGB Variations
Color information
#6C6471 (or 0x6C6471) is known color: Rum. HEX triplet: 6C, 64 and 71. RGB value is (108,100,113). Sum of RGB (Red+Green+Blue) = 108+100+113=321 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.64% from 321); Green value is 100 (39.45% from 255 or 31.15% from 321); Blue value is 113 (44.53% from 255 or 35.20% from 321); Max value from RGB is 113 - color contains mainly: blue. Hex color #6C6471 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C6471 is #939B8E. Grayscale: #676767. Windows color (decimal): -9673615 or 7431276. OLE color: 7431276.
HSL color Cylindrical-coordinate representation of color #6C6471: hue angle of 276.92º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6C6471 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 108 | 100 | 113 | - |
| CMYK | 0.04 | 0.12 | 0 | 0.56 |
| HSL | 276.92º | 0.06% | 0.42% | - |
| HSV(B) | 276.92º | 0.12% | 0.44% | - |
| XYZ | 13.72 | 13.49 | 17.5 | - |
| YUV | 103.87 | 133.15 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 100 | 113 | 0.04 | 0.12 | 0 | 0.56 | 276.92 | 0.06 | 0.42 |
| Hex | 6C | 64 | 71 | 4 | C | 0 | 38 | 115 | 6 | 2A |
| Octal | 154 | 144 | 161 | 4 | 14 | 0 | 70 | 425 | 6 | 52 |
| Binary | 1101100 | 1100100 | 1110001 | 100 | 1100 | 0 | 111000 | 100010101 | 110 | 101010 |
Color Harmonies of #6C6471
Complementary color
Monochromatic Colors of #6C6471
Black with #6C6471
Text Example
Text Example
White with #6C6471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6471; }
p { color: rgb(108,100,113); }
H1.HeaderClassName
{
color: #6C6471;
}
.AnyTagClassName
{
color: #6C6471;
}
</style>
background-color css
<style>
a { background-color: #6C6471; }
a { background-color: rgb(108,100,113); }
div.DivClassName
{
background-color: #6C6471;
}
.BgClassName
{
background-color: #6C6471;
}
</style>
border-color css
<style>
span { border-color: #6C6471; }
span { border-color: rgb(108,100,113); }
td.TdClassName
{
border-color: #6C6471;
}
.TagClassName
{
border-color: #6C6471;
}
</style>