Shades of Salt Box #6C5464
Tints of Salt Box #6C5464
RGB
CMYK
RGB Variations
Color information
#6C5464 (or 0x6C5464) is known color: Salt Box. HEX triplet: 6C, 54 and 64. RGB value is (108,84,100). Sum of RGB (Red+Green+Blue) = 108+84+100=292 (38% of max value = 765). Red value is 108 (42.58% from 255 or 36.99% from 292); Green value is 84 (33.20% from 255 or 28.77% from 292); Blue value is 100 (39.45% from 255 or 34.25% from 292); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5464 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C5464 is #93AB9B. Grayscale: #5C5C5C. Windows color (decimal): -9677724 or 6575212. OLE color: 6575212.
HSL color Cylindrical-coordinate representation of color #6C5464: hue angle of 320º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6C5464 is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 84 | 100 | - |
| CMYK | 0 | 0.22 | 0.07 | 0.58 |
| HSL | 320º | 0.13% | 0.38% | - |
| HSV(B) | 320º | 0.22% | 0.42% | - |
| XYZ | 11.65 | 10.45 | 13.46 | - |
| YUV | 93 | 131.95 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 84 | 100 | 0 | 0.22 | 0.07 | 0.58 | 320 | 0.13 | 0.38 |
| Hex | 6C | 54 | 64 | 0 | 16 | 7 | 3A | 140 | C | 26 |
| Octal | 154 | 124 | 144 | 0 | 26 | 7 | 72 | 500 | 14 | 46 |
| Binary | 1101100 | 1010100 | 1100100 | 0 | 10110 | 111 | 111010 | 101000000 | 1100 | 100110 |
Color Harmonies of #6C5464
Complementary color
Monochromatic Colors of #6C5464
Black with #6C5464
Text Example
Text Example
White with #6C5464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C5464; }
p { color: rgb(108,84,100); }
H1.HeaderClassName
{
color: #6C5464;
}
.AnyTagClassName
{
color: #6C5464;
}
</style>
background-color css
<style>
a { background-color: #6C5464; }
a { background-color: rgb(108,84,100); }
div.DivClassName
{
background-color: #6C5464;
}
.BgClassName
{
background-color: #6C5464;
}
</style>
border-color css
<style>
span { border-color: #6C5464; }
span { border-color: rgb(108,84,100); }
td.TdClassName
{
border-color: #6C5464;
}
.TagClassName
{
border-color: #6C5464;
}
</style>