Shades of Salt Box #6D5769
Tints of Salt Box #6D5769
RGB
CMYK
RGB Variations
Color information
#6D5769 (or 0x6D5769) is known color: Salt Box. HEX triplet: 6D, 57 and 69. RGB value is (109,87,105). Sum of RGB (Red+Green+Blue) = 109+87+105=301 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.21% from 301); Green value is 87 (34.38% from 255 or 28.90% from 301); Blue value is 105 (41.41% from 255 or 34.88% from 301); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5769 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5769 is #92A896. Grayscale: #5F5F5F. Windows color (decimal): -9611415 or 6903661. OLE color: 6903661.
HSL color Cylindrical-coordinate representation of color #6D5769: hue angle of 310.91º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6D5769 is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 87 | 105 | - |
| CMYK | 0 | 0.20 | 0.04 | 0.57 |
| HSL | 310.91º | 0.11% | 0.38% | - |
| HSV(B) | 310.91º | 0.2% | 0.43% | - |
| XYZ | 12.26 | 11.09 | 14.86 | - |
| YUV | 95.63 | 133.29 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 87 | 105 | 0 | 0.20 | 0.04 | 0.57 | 310.91 | 0.11 | 0.38 |
| Hex | 6D | 57 | 69 | 0 | 14 | 4 | 39 | 137 | B | 26 |
| Octal | 155 | 127 | 151 | 0 | 24 | 4 | 71 | 467 | 13 | 46 |
| Binary | 1101101 | 1010111 | 1101001 | 0 | 10100 | 100 | 111001 | 100110111 | 1011 | 100110 |
Color Harmonies of #6D5769
Complementary color
Monochromatic Colors of #6D5769
Black with #6D5769
Text Example
Text Example
White with #6D5769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5769; }
p { color: rgb(109,87,105); }
H1.HeaderClassName
{
color: #6D5769;
}
.AnyTagClassName
{
color: #6D5769;
}
</style>
background-color css
<style>
a { background-color: #6D5769; }
a { background-color: rgb(109,87,105); }
div.DivClassName
{
background-color: #6D5769;
}
.BgClassName
{
background-color: #6D5769;
}
</style>
border-color css
<style>
span { border-color: #6D5769; }
span { border-color: rgb(109,87,105); }
td.TdClassName
{
border-color: #6D5769;
}
.TagClassName
{
border-color: #6D5769;
}
</style>