Shades of Salt Box #6D4D68
Tints of Salt Box #6D4D68
RGB
CMYK
RGB Variations
Color information
#6D4D68 (or 0x6D4D68) is known color: Salt Box. HEX triplet: 6D, 4D and 68. RGB value is (109,77,104). Sum of RGB (Red+Green+Blue) = 109+77+104=290 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.59% from 290); Green value is 77 (30.47% from 255 or 26.55% from 290); Blue value is 104 (41.02% from 255 or 35.86% from 290); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4D68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D4D68 is #92B297. Grayscale: #595959. Windows color (decimal): -9613976 or 6835565. OLE color: 6835565.
HSL color Cylindrical-coordinate representation of color #6D4D68: hue angle of 309.38º degrees, saturation: 0.17, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6D4D68 is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 77 | 104 | - |
| CMYK | 0 | 0.29 | 0.05 | 0.57 |
| HSL | 309.38º | 0.17% | 0.36% | - |
| HSV(B) | 309.38º | 0.29% | 0.43% | - |
| XYZ | 11.46 | 9.56 | 14.34 | - |
| YUV | 89.65 | 136.1 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 77 | 104 | 0 | 0.29 | 0.05 | 0.57 | 309.38 | 0.17 | 0.36 |
| Hex | 6D | 4D | 68 | 0 | 1D | 5 | 39 | 135 | 11 | 24 |
| Octal | 155 | 115 | 150 | 0 | 35 | 5 | 71 | 465 | 21 | 44 |
| Binary | 1101101 | 1001101 | 1101000 | 0 | 11101 | 101 | 111001 | 100110101 | 10001 | 100100 |
Color Harmonies of #6D4D68
Complementary color
Monochromatic Colors of #6D4D68
Black with #6D4D68
Text Example
Text Example
White with #6D4D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4D68; }
p { color: rgb(109,77,104); }
H1.HeaderClassName
{
color: #6D4D68;
}
.AnyTagClassName
{
color: #6D4D68;
}
</style>
background-color css
<style>
a { background-color: #6D4D68; }
a { background-color: rgb(109,77,104); }
div.DivClassName
{
background-color: #6D4D68;
}
.BgClassName
{
background-color: #6D4D68;
}
</style>
border-color css
<style>
span { border-color: #6D4D68; }
span { border-color: rgb(109,77,104); }
td.TdClassName
{
border-color: #6D4D68;
}
.TagClassName
{
border-color: #6D4D68;
}
</style>