Shades of Salt Box #6D5969
Tints of Salt Box #6D5969
RGB
CMYK
RGB Variations
Color information
#6D5969 (or 0x6D5969) is known color: Salt Box. HEX triplet: 6D, 59 and 69. RGB value is (109,89,105). Sum of RGB (Red+Green+Blue) = 109+89+105=303 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.97% from 303); Green value is 89 (35.16% from 255 or 29.37% from 303); Blue value is 105 (41.41% from 255 or 34.65% from 303); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5969 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5969 is #92A696. Grayscale: #606060. Windows color (decimal): -9610903 or 6904173. OLE color: 6904173.
HSL color Cylindrical-coordinate representation of color #6D5969: hue angle of 312º degrees, saturation: 0.1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6D5969 is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 89 | 105 | - |
| CMYK | 0 | 0.18 | 0.04 | 0.57 |
| HSL | 312º | 0.1% | 0.39% | - |
| HSV(B) | 312º | 0.18% | 0.43% | - |
| XYZ | 12.43 | 11.42 | 14.91 | - |
| YUV | 96.8 | 132.63 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 89 | 105 | 0 | 0.18 | 0.04 | 0.57 | 312 | 0.1 | 0.39 |
| Hex | 6D | 59 | 69 | 0 | 12 | 4 | 39 | 138 | A | 27 |
| Octal | 155 | 131 | 151 | 0 | 22 | 4 | 71 | 470 | 12 | 47 |
| Binary | 1101101 | 1011001 | 1101001 | 0 | 10010 | 100 | 111001 | 100111000 | 1010 | 100111 |
Color Harmonies of #6D5969
Complementary color
Monochromatic Colors of #6D5969
Black with #6D5969
Text Example
Text Example
White with #6D5969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5969; }
p { color: rgb(109,89,105); }
H1.HeaderClassName
{
color: #6D5969;
}
.AnyTagClassName
{
color: #6D5969;
}
</style>
background-color css
<style>
a { background-color: #6D5969; }
a { background-color: rgb(109,89,105); }
div.DivClassName
{
background-color: #6D5969;
}
.BgClassName
{
background-color: #6D5969;
}
</style>
border-color css
<style>
span { border-color: #6D5969; }
span { border-color: rgb(109,89,105); }
td.TdClassName
{
border-color: #6D5969;
}
.TagClassName
{
border-color: #6D5969;
}
</style>