Shades of Salt Box #6D4D67
Tints of Salt Box #6D4D67
RGB
CMYK
RGB Variations
Color information
#6D4D67 (or 0x6D4D67) is known color: Salt Box. HEX triplet: 6D, 4D and 67. RGB value is (109,77,103). Sum of RGB (Red+Green+Blue) = 109+77+103=289 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.72% from 289); Green value is 77 (30.47% from 255 or 26.64% from 289); Blue value is 103 (40.62% from 255 or 35.64% from 289); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4D67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D4D67 is #92B298. Grayscale: #595959. Windows color (decimal): -9613977 or 6770029. OLE color: 6770029.
HSL color Cylindrical-coordinate representation of color #6D4D67: hue angle of 311.25º 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 #6D4D67 is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 77 | 103 | - |
| CMYK | 0 | 0.29 | 0.06 | 0.57 |
| HSL | 311.25º | 0.17% | 0.36% | - |
| HSV(B) | 311.25º | 0.29% | 0.43% | - |
| XYZ | 11.41 | 9.54 | 14.07 | - |
| YUV | 89.53 | 135.6 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 77 | 103 | 0 | 0.29 | 0.06 | 0.57 | 311.25 | 0.17 | 0.36 |
| Hex | 6D | 4D | 67 | 0 | 1D | 6 | 39 | 137 | 11 | 24 |
| Octal | 155 | 115 | 147 | 0 | 35 | 6 | 71 | 467 | 21 | 44 |
| Binary | 1101101 | 1001101 | 1100111 | 0 | 11101 | 110 | 111001 | 100110111 | 10001 | 100100 |
Color Harmonies of #6D4D67
Complementary color
Monochromatic Colors of #6D4D67
Black with #6D4D67
Text Example
Text Example
White with #6D4D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4D67; }
p { color: rgb(109,77,103); }
H1.HeaderClassName
{
color: #6D4D67;
}
.AnyTagClassName
{
color: #6D4D67;
}
</style>
background-color css
<style>
a { background-color: #6D4D67; }
a { background-color: rgb(109,77,103); }
div.DivClassName
{
background-color: #6D4D67;
}
.BgClassName
{
background-color: #6D4D67;
}
</style>
border-color css
<style>
span { border-color: #6D4D67; }
span { border-color: rgb(109,77,103); }
td.TdClassName
{
border-color: #6D4D67;
}
.TagClassName
{
border-color: #6D4D67;
}
</style>