Shades of Salt Box #6D5669
Tints of Salt Box #6D5669
RGB
CMYK
RGB Variations
Color information
#6D5669 (or 0x6D5669) is known color: Salt Box. HEX triplet: 6D, 56 and 69. RGB value is (109,86,105). Sum of RGB (Red+Green+Blue) = 109+86+105=300 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.33% from 300); Green value is 86 (33.98% from 255 or 28.67% from 300); Blue value is 105 (41.41% from 255 or 35% from 300); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5669 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5669 is #92A996. Grayscale: #5E5E5E. Windows color (decimal): -9611671 or 6903405. OLE color: 6903405.
HSL color Cylindrical-coordinate representation of color #6D5669: hue angle of 310.43º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6D5669 is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 86 | 105 | - |
| CMYK | 0 | 0.21 | 0.04 | 0.57 |
| HSL | 310.43º | 0.12% | 0.38% | - |
| HSV(B) | 310.43º | 0.21% | 0.43% | - |
| XYZ | 12.18 | 10.93 | 14.83 | - |
| YUV | 95.04 | 133.62 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 86 | 105 | 0 | 0.21 | 0.04 | 0.57 | 310.43 | 0.12 | 0.38 |
| Hex | 6D | 56 | 69 | 0 | 15 | 4 | 39 | 136 | C | 26 |
| Octal | 155 | 126 | 151 | 0 | 25 | 4 | 71 | 466 | 14 | 46 |
| Binary | 1101101 | 1010110 | 1101001 | 0 | 10101 | 100 | 111001 | 100110110 | 1100 | 100110 |
Color Harmonies of #6D5669
Complementary color
Monochromatic Colors of #6D5669
Black with #6D5669
Text Example
Text Example
White with #6D5669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5669; }
p { color: rgb(109,86,105); }
H1.HeaderClassName
{
color: #6D5669;
}
.AnyTagClassName
{
color: #6D5669;
}
</style>
background-color css
<style>
a { background-color: #6D5669; }
a { background-color: rgb(109,86,105); }
div.DivClassName
{
background-color: #6D5669;
}
.BgClassName
{
background-color: #6D5669;
}
</style>
border-color css
<style>
span { border-color: #6D5669; }
span { border-color: rgb(109,86,105); }
td.TdClassName
{
border-color: #6D5669;
}
.TagClassName
{
border-color: #6D5669;
}
</style>