Shades of Salt Box #6F4F69
Tints of Salt Box #6F4F69
RGB
CMYK
RGB Variations
Color information
#6F4F69 (or 0x6F4F69) is known color: Salt Box. HEX triplet: 6F, 4F and 69. RGB value is (111,79,105). Sum of RGB (Red+Green+Blue) = 111+79+105=295 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.63% from 295); Green value is 79 (31.25% from 255 or 26.78% from 295); Blue value is 105 (41.41% from 255 or 35.59% from 295); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4F69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F4F69 is #90B096. Grayscale: #5B5B5B. Windows color (decimal): -9482391 or 6901615. OLE color: 6901615.
HSL color Cylindrical-coordinate representation of color #6F4F69: hue angle of 311.25º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6F4F69 is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 79 | 105 | - |
| CMYK | 0 | 0.29 | 0.05 | 0.56 |
| HSL | 311.25º | 0.17% | 0.37% | - |
| HSV(B) | 311.25º | 0.29% | 0.44% | - |
| XYZ | 11.9 | 9.99 | 14.67 | - |
| YUV | 91.53 | 135.6 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 79 | 105 | 0 | 0.29 | 0.05 | 0.56 | 311.25 | 0.17 | 0.37 |
| Hex | 6F | 4F | 69 | 0 | 1D | 5 | 38 | 137 | 11 | 25 |
| Octal | 157 | 117 | 151 | 0 | 35 | 5 | 70 | 467 | 21 | 45 |
| Binary | 1101111 | 1001111 | 1101001 | 0 | 11101 | 101 | 111000 | 100110111 | 10001 | 100101 |
Color Harmonies of #6F4F69
Complementary color
Monochromatic Colors of #6F4F69
Black with #6F4F69
Text Example
Text Example
White with #6F4F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4F69; }
p { color: rgb(111,79,105); }
H1.HeaderClassName
{
color: #6F4F69;
}
.AnyTagClassName
{
color: #6F4F69;
}
</style>
background-color css
<style>
a { background-color: #6F4F69; }
a { background-color: rgb(111,79,105); }
div.DivClassName
{
background-color: #6F4F69;
}
.BgClassName
{
background-color: #6F4F69;
}
</style>
border-color css
<style>
span { border-color: #6F4F69; }
span { border-color: rgb(111,79,105); }
td.TdClassName
{
border-color: #6F4F69;
}
.TagClassName
{
border-color: #6F4F69;
}
</style>