Shades of Salt Box #6C4864
Tints of Salt Box #6C4864
RGB
CMYK
RGB Variations
Color information
#6C4864 (or 0x6C4864) is known color: Salt Box. HEX triplet: 6C, 48 and 64. RGB value is (108,72,100). Sum of RGB (Red+Green+Blue) = 108+72+100=280 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.57% from 280); Green value is 72 (28.52% from 255 or 25.71% from 280); Blue value is 100 (39.45% from 255 or 35.71% from 280); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4864 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C4864 is #93B79B. Grayscale: #555555. Windows color (decimal): -9680796 or 6572140. OLE color: 6572140.
HSL color Cylindrical-coordinate representation of color #6C4864: hue angle of 313.33º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6C4864 is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 72 | 100 | - |
| CMYK | 0 | 0.33 | 0.07 | 0.58 |
| HSL | 313.33º | 0.2% | 0.35% | - |
| HSV(B) | 313.33º | 0.33% | 0.42% | - |
| XYZ | 10.8 | 8.74 | 13.17 | - |
| YUV | 85.96 | 135.93 | 143.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 72 | 100 | 0 | 0.33 | 0.07 | 0.58 | 313.33 | 0.2 | 0.35 |
| Hex | 6C | 48 | 64 | 0 | 21 | 7 | 3A | 139 | 14 | 23 |
| Octal | 154 | 110 | 144 | 0 | 41 | 7 | 72 | 471 | 24 | 43 |
| Binary | 1101100 | 1001000 | 1100100 | 0 | 100001 | 111 | 111010 | 100111001 | 10100 | 100011 |
Color Harmonies of #6C4864
Complementary color
Monochromatic Colors of #6C4864
Black with #6C4864
Text Example
Text Example
White with #6C4864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C4864; }
p { color: rgb(108,72,100); }
H1.HeaderClassName
{
color: #6C4864;
}
.AnyTagClassName
{
color: #6C4864;
}
</style>
background-color css
<style>
a { background-color: #6C4864; }
a { background-color: rgb(108,72,100); }
div.DivClassName
{
background-color: #6C4864;
}
.BgClassName
{
background-color: #6C4864;
}
</style>
border-color css
<style>
span { border-color: #6C4864; }
span { border-color: rgb(108,72,100); }
td.TdClassName
{
border-color: #6C4864;
}
.TagClassName
{
border-color: #6C4864;
}
</style>