Shades of Salt Box #6D4B68
Tints of Salt Box #6D4B68
RGB
CMYK
RGB Variations
Color information
#6D4B68 (or 0x6D4B68) is known color: Salt Box. HEX triplet: 6D, 4B and 68. RGB value is (109,75,104). Sum of RGB (Red+Green+Blue) = 109+75+104=288 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.85% from 288); Green value is 75 (29.69% from 255 or 26.04% from 288); Blue value is 104 (41.02% from 255 or 36.11% from 288); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4B68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D4B68 is #92B497. Grayscale: #585858. Windows color (decimal): -9614488 or 6835053. OLE color: 6835053.
HSL color Cylindrical-coordinate representation of color #6D4B68: hue angle of 308.82º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6D4B68 is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 75 | 104 | - |
| CMYK | 0 | 0.31 | 0.05 | 0.57 |
| HSL | 308.82º | 0.18% | 0.36% | - |
| HSV(B) | 308.82º | 0.31% | 0.43% | - |
| XYZ | 11.32 | 9.28 | 14.29 | - |
| YUV | 88.47 | 136.76 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 75 | 104 | 0 | 0.31 | 0.05 | 0.57 | 308.82 | 0.18 | 0.36 |
| Hex | 6D | 4B | 68 | 0 | 1F | 5 | 39 | 135 | 12 | 24 |
| Octal | 155 | 113 | 150 | 0 | 37 | 5 | 71 | 465 | 22 | 44 |
| Binary | 1101101 | 1001011 | 1101000 | 0 | 11111 | 101 | 111001 | 100110101 | 10010 | 100100 |
Color Harmonies of #6D4B68
Complementary color
Monochromatic Colors of #6D4B68
Black with #6D4B68
Text Example
Text Example
White with #6D4B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4B68; }
p { color: rgb(109,75,104); }
H1.HeaderClassName
{
color: #6D4B68;
}
.AnyTagClassName
{
color: #6D4B68;
}
</style>
background-color css
<style>
a { background-color: #6D4B68; }
a { background-color: rgb(109,75,104); }
div.DivClassName
{
background-color: #6D4B68;
}
.BgClassName
{
background-color: #6D4B68;
}
</style>
border-color css
<style>
span { border-color: #6D4B68; }
span { border-color: rgb(109,75,104); }
td.TdClassName
{
border-color: #6D4B68;
}
.TagClassName
{
border-color: #6D4B68;
}
</style>