Shades of Salt Box #6C556A
Tints of Salt Box #6C556A
RGB
CMYK
RGB Variations
Color information
#6C556A (or 0x6C556A) is known color: Salt Box. HEX triplet: 6C, 55 and 6A. RGB value is (108,85,106). Sum of RGB (Red+Green+Blue) = 108+85+106=299 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.12% from 299); Green value is 85 (33.59% from 255 or 28.43% from 299); Blue value is 106 (41.80% from 255 or 35.45% from 299); Max value from RGB is 108 - color contains mainly: red. Hex color #6C556A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C556A is #93AA95. Grayscale: #5E5E5E. Windows color (decimal): -9677462 or 6968684. OLE color: 6968684.
HSL color Cylindrical-coordinate representation of color #6C556A: hue angle of 305.22º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6C556A is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 85 | 106 | - |
| CMYK | 0 | 0.21 | 0.02 | 0.58 |
| HSL | 305.22º | 0.12% | 0.38% | - |
| HSV(B) | 305.22º | 0.21% | 0.42% | - |
| XYZ | 12.03 | 10.73 | 15.07 | - |
| YUV | 94.27 | 134.62 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 85 | 106 | 0 | 0.21 | 0.02 | 0.58 | 305.22 | 0.12 | 0.38 |
| Hex | 6C | 55 | 6A | 0 | 15 | 2 | 3A | 131 | C | 26 |
| Octal | 154 | 125 | 152 | 0 | 25 | 2 | 72 | 461 | 14 | 46 |
| Binary | 1101100 | 1010101 | 1101010 | 0 | 10101 | 10 | 111010 | 100110001 | 1100 | 100110 |
Color Harmonies of #6C556A
Complementary color
Monochromatic Colors of #6C556A
Black with #6C556A
Text Example
Text Example
White with #6C556A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C556A; }
p { color: rgb(108,85,106); }
H1.HeaderClassName
{
color: #6C556A;
}
.AnyTagClassName
{
color: #6C556A;
}
</style>
background-color css
<style>
a { background-color: #6C556A; }
a { background-color: rgb(108,85,106); }
div.DivClassName
{
background-color: #6C556A;
}
.BgClassName
{
background-color: #6C556A;
}
</style>
border-color css
<style>
span { border-color: #6C556A; }
span { border-color: rgb(108,85,106); }
td.TdClassName
{
border-color: #6C556A;
}
.TagClassName
{
border-color: #6C556A;
}
</style>