Shades of Salt Box #6D556C
Tints of Salt Box #6D556C
RGB
CMYK
RGB Variations
Color information
#6D556C (or 0x6D556C) is known color: Salt Box. HEX triplet: 6D, 55 and 6C. RGB value is (109,85,108). Sum of RGB (Red+Green+Blue) = 109+85+108=302 (40% of max value = 765). Red value is 109 (42.97% from 255 or 36.09% from 302); Green value is 85 (33.59% from 255 or 28.15% from 302); Blue value is 108 (42.58% from 255 or 35.76% from 302); Max value from RGB is 109 - color contains mainly: red. Hex color #6D556C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D556C is #92AA93. Grayscale: #5E5E5E. Windows color (decimal): -9611924 or 7099757. OLE color: 7099757.
HSL color Cylindrical-coordinate representation of color #6D556C: hue angle of 302.5º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6D556C is Cyan = 0, Magento = 0.22, Yellow = 0.01 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 85 | 108 | - |
| CMYK | 0 | 0.22 | 0.01 | 0.57 |
| HSL | 302.5º | 0.12% | 0.38% | - |
| HSV(B) | 302.5º | 0.22% | 0.43% | - |
| XYZ | 12.26 | 10.83 | 15.63 | - |
| YUV | 94.8 | 135.45 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 85 | 108 | 0 | 0.22 | 0.01 | 0.57 | 302.5 | 0.12 | 0.38 |
| Hex | 6D | 55 | 6C | 0 | 16 | 1 | 39 | 12E | C | 26 |
| Octal | 155 | 125 | 154 | 0 | 26 | 1 | 71 | 456 | 14 | 46 |
| Binary | 1101101 | 1010101 | 1101100 | 0 | 10110 | 1 | 111001 | 100101110 | 1100 | 100110 |
Color Harmonies of #6D556C
Complementary color
Monochromatic Colors of #6D556C
Black with #6D556C
Text Example
Text Example
White with #6D556C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D556C; }
p { color: rgb(109,85,108); }
H1.HeaderClassName
{
color: #6D556C;
}
.AnyTagClassName
{
color: #6D556C;
}
</style>
background-color css
<style>
a { background-color: #6D556C; }
a { background-color: rgb(109,85,108); }
div.DivClassName
{
background-color: #6D556C;
}
.BgClassName
{
background-color: #6D556C;
}
</style>
border-color css
<style>
span { border-color: #6D556C; }
span { border-color: rgb(109,85,108); }
td.TdClassName
{
border-color: #6D556C;
}
.TagClassName
{
border-color: #6D556C;
}
</style>