Shades of Salt Box #6C5063
Tints of Salt Box #6C5063
RGB
CMYK
RGB Variations
Color information
#6C5063 (or 0x6C5063) is known color: Salt Box. HEX triplet: 6C, 50 and 63. RGB value is (108,80,99). Sum of RGB (Red+Green+Blue) = 108+80+99=287 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.63% from 287); Green value is 80 (31.64% from 255 or 27.87% from 287); Blue value is 99 (39.06% from 255 or 34.49% from 287); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5063 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C5063 is #93AF9C. Grayscale: #5A5A5A. Windows color (decimal): -9678749 or 6508652. OLE color: 6508652.
HSL color Cylindrical-coordinate representation of color #6C5063: hue angle of 319.29º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6C5063 is Cyan = 0, Magento = 0.26, Yellow = 0.08 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 80 | 99 | - |
| CMYK | 0 | 0.26 | 0.08 | 0.58 |
| HSL | 319.29º | 0.15% | 0.37% | - |
| HSV(B) | 319.29º | 0.26% | 0.42% | - |
| XYZ | 11.31 | 9.83 | 13.11 | - |
| YUV | 90.54 | 132.78 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 80 | 99 | 0 | 0.26 | 0.08 | 0.58 | 319.29 | 0.15 | 0.37 |
| Hex | 6C | 50 | 63 | 0 | 1A | 8 | 3A | 13F | F | 25 |
| Octal | 154 | 120 | 143 | 0 | 32 | 10 | 72 | 477 | 17 | 45 |
| Binary | 1101100 | 1010000 | 1100011 | 0 | 11010 | 1000 | 111010 | 100111111 | 1111 | 100101 |
Color Harmonies of #6C5063
Complementary color
Monochromatic Colors of #6C5063
Black with #6C5063
Text Example
Text Example
White with #6C5063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C5063; }
p { color: rgb(108,80,99); }
H1.HeaderClassName
{
color: #6C5063;
}
.AnyTagClassName
{
color: #6C5063;
}
</style>
background-color css
<style>
a { background-color: #6C5063; }
a { background-color: rgb(108,80,99); }
div.DivClassName
{
background-color: #6C5063;
}
.BgClassName
{
background-color: #6C5063;
}
</style>
border-color css
<style>
span { border-color: #6C5063; }
span { border-color: rgb(108,80,99); }
td.TdClassName
{
border-color: #6C5063;
}
.TagClassName
{
border-color: #6C5063;
}
</style>