Shades of Salt Box #6D5569
Tints of Salt Box #6D5569
RGB
CMYK
RGB Variations
Color information
#6D5569 (or 0x6D5569) is known color: Salt Box. HEX triplet: 6D, 55 and 69. RGB value is (109,85,105). Sum of RGB (Red+Green+Blue) = 109+85+105=299 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.45% from 299); Green value is 85 (33.59% from 255 or 28.43% from 299); Blue value is 105 (41.41% from 255 or 35.12% from 299); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5569 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5569 is #92AA96. Grayscale: #5E5E5E. Windows color (decimal): -9611927 or 6903149. OLE color: 6903149.
HSL color Cylindrical-coordinate representation of color #6D5569: hue angle of 310º 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 #6D5569 is Cyan = 0, Magento = 0.22, Yellow = 0.04 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 85 | 105 | - |
| CMYK | 0 | 0.22 | 0.04 | 0.57 |
| HSL | 310º | 0.12% | 0.38% | - |
| HSV(B) | 310º | 0.22% | 0.43% | - |
| XYZ | 12.1 | 10.77 | 14.81 | - |
| YUV | 94.46 | 133.95 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 85 | 105 | 0 | 0.22 | 0.04 | 0.57 | 310 | 0.12 | 0.38 |
| Hex | 6D | 55 | 69 | 0 | 16 | 4 | 39 | 136 | C | 26 |
| Octal | 155 | 125 | 151 | 0 | 26 | 4 | 71 | 466 | 14 | 46 |
| Binary | 1101101 | 1010101 | 1101001 | 0 | 10110 | 100 | 111001 | 100110110 | 1100 | 100110 |
Color Harmonies of #6D5569
Complementary color
Monochromatic Colors of #6D5569
Black with #6D5569
Text Example
Text Example
White with #6D5569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5569; }
p { color: rgb(109,85,105); }
H1.HeaderClassName
{
color: #6D5569;
}
.AnyTagClassName
{
color: #6D5569;
}
</style>
background-color css
<style>
a { background-color: #6D5569; }
a { background-color: rgb(109,85,105); }
div.DivClassName
{
background-color: #6D5569;
}
.BgClassName
{
background-color: #6D5569;
}
</style>
border-color css
<style>
span { border-color: #6D5569; }
span { border-color: rgb(109,85,105); }
td.TdClassName
{
border-color: #6D5569;
}
.TagClassName
{
border-color: #6D5569;
}
</style>