Shades of Salt Box #6F4D69
Tints of Salt Box #6F4D69
RGB
CMYK
RGB Variations
Color information
#6F4D69 (or 0x6F4D69) is known color: Salt Box. HEX triplet: 6F, 4D and 69. RGB value is (111,77,105). Sum of RGB (Red+Green+Blue) = 111+77+105=293 (38% of max value = 765). Red value is 111 (43.75% from 255 or 37.88% from 293); Green value is 77 (30.47% from 255 or 26.28% from 293); Blue value is 105 (41.41% from 255 or 35.84% from 293); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4D69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F4D69 is #90B296. Grayscale: #5A5A5A. Windows color (decimal): -9482903 or 6901103. OLE color: 6901103.
HSL color Cylindrical-coordinate representation of color #6F4D69: hue angle of 310.59º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6F4D69 is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 77 | 105 | - |
| CMYK | 0 | 0.31 | 0.05 | 0.56 |
| HSL | 310.59º | 0.18% | 0.37% | - |
| HSV(B) | 310.59º | 0.31% | 0.44% | - |
| XYZ | 11.76 | 9.71 | 14.62 | - |
| YUV | 90.36 | 136.26 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 77 | 105 | 0 | 0.31 | 0.05 | 0.56 | 310.59 | 0.18 | 0.37 |
| Hex | 6F | 4D | 69 | 0 | 1F | 5 | 38 | 137 | 12 | 25 |
| Octal | 157 | 115 | 151 | 0 | 37 | 5 | 70 | 467 | 22 | 45 |
| Binary | 1101111 | 1001101 | 1101001 | 0 | 11111 | 101 | 111000 | 100110111 | 10010 | 100101 |
Color Harmonies of #6F4D69
Complementary color
Monochromatic Colors of #6F4D69
Black with #6F4D69
Text Example
Text Example
White with #6F4D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4D69; }
p { color: rgb(111,77,105); }
H1.HeaderClassName
{
color: #6F4D69;
}
.AnyTagClassName
{
color: #6F4D69;
}
</style>
background-color css
<style>
a { background-color: #6F4D69; }
a { background-color: rgb(111,77,105); }
div.DivClassName
{
background-color: #6F4D69;
}
.BgClassName
{
background-color: #6F4D69;
}
</style>
border-color css
<style>
span { border-color: #6F4D69; }
span { border-color: rgb(111,77,105); }
td.TdClassName
{
border-color: #6F4D69;
}
.TagClassName
{
border-color: #6F4D69;
}
</style>