Shades of Rum #6C606E
Tints of Rum #6C606E
RGB
CMYK
RGB Variations
Color information
#6C606E (or 0x6C606E) is known color: Rum. HEX triplet: 6C, 60 and 6E. RGB value is (108,96,110). Sum of RGB (Red+Green+Blue) = 108+96+110=314 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.39% from 314); Green value is 96 (37.89% from 255 or 30.57% from 314); Blue value is 110 (43.36% from 255 or 35.03% from 314); Max value from RGB is 110 - color contains mainly: blue. Hex color #6C606E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C606E is #939F91. Grayscale: #656565. Windows color (decimal): -9674642 or 7233644. OLE color: 7233644.
HSL color Cylindrical-coordinate representation of color #6C606E: hue angle of 291.43º degrees, saturation: 0.07, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #6C606E is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 108 | 96 | 110 | - |
| CMYK | 0.02 | 0.13 | 0 | 0.57 |
| HSL | 291.43º | 0.07% | 0.4% | - |
| HSV(B) | 291.43º | 0.13% | 0.43% | - |
| XYZ | 13.18 | 12.68 | 16.5 | - |
| YUV | 101.18 | 132.98 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 96 | 110 | 0.02 | 0.13 | 0 | 0.57 | 291.43 | 0.07 | 0.4 |
| Hex | 6C | 60 | 6E | 2 | D | 0 | 39 | 123 | 7 | 28 |
| Octal | 154 | 140 | 156 | 2 | 15 | 0 | 71 | 443 | 7 | 50 |
| Binary | 1101100 | 1100000 | 1101110 | 10 | 1101 | 0 | 111001 | 100100011 | 111 | 101000 |
Color Harmonies of #6C606E
Complementary color
Monochromatic Colors of #6C606E
Black with #6C606E
Text Example
Text Example
White with #6C606E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C606E; }
p { color: rgb(108,96,110); }
H1.HeaderClassName
{
color: #6C606E;
}
.AnyTagClassName
{
color: #6C606E;
}
</style>
background-color css
<style>
a { background-color: #6C606E; }
a { background-color: rgb(108,96,110); }
div.DivClassName
{
background-color: #6C606E;
}
.BgClassName
{
background-color: #6C606E;
}
</style>
border-color css
<style>
span { border-color: #6C606E; }
span { border-color: rgb(108,96,110); }
td.TdClassName
{
border-color: #6C606E;
}
.TagClassName
{
border-color: #6C606E;
}
</style>