Shades of Salt Box #6D556D
Tints of Salt Box #6D556D
RGB
CMYK
RGB Variations
Color information
#6D556D (or 0x6D556D) is known color: Salt Box. HEX triplet: 6D, 55 and 6D. RGB value is (109,85,109). Sum of RGB (Red+Green+Blue) = 109+85+109=303 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.97% from 303); Green value is 85 (33.59% from 255 or 28.05% from 303); Blue value is 109 (42.97% from 255 or 35.97% from 303); Max value from RGB is 109 - color contains mainly: red, blue. Hex color #6D556D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D556D is #92AA92. Grayscale: #5E5E5E. Windows color (decimal): -9611923 or 7165293. OLE color: 7165293.
HSL color Cylindrical-coordinate representation of color #6D556D: hue angle of 300º 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 #6D556D is Cyan = 0, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 85 | 109 | - |
| CMYK | 0 | 0.22 | 0 | 0.57 |
| HSL | 300º | 0.12% | 0.38% | - |
| HSV(B) | 300º | 0.22% | 0.43% | - |
| XYZ | 12.32 | 10.85 | 15.91 | - |
| YUV | 94.91 | 135.95 | 138.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 85 | 109 | 0 | 0.22 | 0 | 0.57 | 300 | 0.12 | 0.38 |
| Hex | 6D | 55 | 6D | 0 | 16 | 0 | 39 | 12C | C | 26 |
| Octal | 155 | 125 | 155 | 0 | 26 | 0 | 71 | 454 | 14 | 46 |
| Binary | 1101101 | 1010101 | 1101101 | 0 | 10110 | 0 | 111001 | 100101100 | 1100 | 100110 |
Color Harmonies of #6D556D
Complementary color
Monochromatic Colors of #6D556D
Black with #6D556D
Text Example
Text Example
White with #6D556D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D556D; }
p { color: rgb(109,85,109); }
H1.HeaderClassName
{
color: #6D556D;
}
.AnyTagClassName
{
color: #6D556D;
}
</style>
background-color css
<style>
a { background-color: #6D556D; }
a { background-color: rgb(109,85,109); }
div.DivClassName
{
background-color: #6D556D;
}
.BgClassName
{
background-color: #6D556D;
}
</style>
border-color css
<style>
span { border-color: #6D556D; }
span { border-color: rgb(109,85,109); }
td.TdClassName
{
border-color: #6D556D;
}
.TagClassName
{
border-color: #6D556D;
}
</style>