Shades of Salt Box #6D5768
Tints of Salt Box #6D5768
RGB
CMYK
RGB Variations
Color information
#6D5768 (or 0x6D5768) is known color: Salt Box. HEX triplet: 6D, 57 and 68. RGB value is (109,87,104). Sum of RGB (Red+Green+Blue) = 109+87+104=300 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.33% from 300); Green value is 87 (34.38% from 255 or 29% from 300); Blue value is 104 (41.02% from 255 or 34.67% from 300); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5768 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5768 is #92A897. Grayscale: #5F5F5F. Windows color (decimal): -9611416 or 6838125. OLE color: 6838125.
HSL color Cylindrical-coordinate representation of color #6D5768: hue angle of 313.64º 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 #6D5768 is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 87 | 104 | - |
| CMYK | 0 | 0.20 | 0.05 | 0.57 |
| HSL | 313.64º | 0.11% | 0.38% | - |
| HSV(B) | 313.64º | 0.2% | 0.43% | - |
| XYZ | 12.21 | 11.07 | 14.59 | - |
| YUV | 95.52 | 132.79 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 87 | 104 | 0 | 0.20 | 0.05 | 0.57 | 313.64 | 0.11 | 0.38 |
| Hex | 6D | 57 | 68 | 0 | 14 | 5 | 39 | 13A | B | 26 |
| Octal | 155 | 127 | 150 | 0 | 24 | 5 | 71 | 472 | 13 | 46 |
| Binary | 1101101 | 1010111 | 1101000 | 0 | 10100 | 101 | 111001 | 100111010 | 1011 | 100110 |
Color Harmonies of #6D5768
Complementary color
Monochromatic Colors of #6D5768
Black with #6D5768
Text Example
Text Example
White with #6D5768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5768; }
p { color: rgb(109,87,104); }
H1.HeaderClassName
{
color: #6D5768;
}
.AnyTagClassName
{
color: #6D5768;
}
</style>
background-color css
<style>
a { background-color: #6D5768; }
a { background-color: rgb(109,87,104); }
div.DivClassName
{
background-color: #6D5768;
}
.BgClassName
{
background-color: #6D5768;
}
</style>
border-color css
<style>
span { border-color: #6D5768; }
span { border-color: rgb(109,87,104); }
td.TdClassName
{
border-color: #6D5768;
}
.TagClassName
{
border-color: #6D5768;
}
</style>