Shades of Salt Box #6F696D
Tints of Salt Box #6F696D
RGB
CMYK
RGB Variations
Color information
#6F696D (or 0x6F696D) is known color: Salt Box. HEX triplet: 6F, 69 and 6D. RGB value is (111,105,109). Sum of RGB (Red+Green+Blue) = 111+105+109=325 (43% of max value = 765). Red value is 111 (43.75% from 255 or 34.15% from 325); Green value is 105 (41.41% from 255 or 32.31% from 325); Blue value is 109 (42.97% from 255 or 33.54% from 325); Max value from RGB is 111 - color contains mainly: red. Hex color #6F696D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F696D is #909692. Grayscale: #6B6B6B. Windows color (decimal): -9475731 or 7170415. OLE color: 7170415.
HSL color Cylindrical-coordinate representation of color #6F696D: hue angle of 320º degrees, saturation: 0.03, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #6F696D is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 105 | 109 | - |
| CMYK | 0 | 0.05 | 0.02 | 0.56 |
| HSL | 320º | 0.03% | 0.42% | - |
| HSV(B) | 320º | 0.05% | 0.44% | - |
| XYZ | 14.37 | 14.59 | 16.53 | - |
| YUV | 107.25 | 128.99 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 105 | 109 | 0 | 0.05 | 0.02 | 0.56 | 320 | 0.03 | 0.42 |
| Hex | 6F | 69 | 6D | 0 | 5 | 2 | 38 | 140 | 3 | 2A |
| Octal | 157 | 151 | 155 | 0 | 5 | 2 | 70 | 500 | 3 | 52 |
| Binary | 1101111 | 1101001 | 1101101 | 0 | 101 | 10 | 111000 | 101000000 | 11 | 101010 |
Color Harmonies of #6F696D
Complementary color
Monochromatic Colors of #6F696D
Black with #6F696D
Text Example
Text Example
White with #6F696D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F696D; }
p { color: rgb(111,105,109); }
H1.HeaderClassName
{
color: #6F696D;
}
.AnyTagClassName
{
color: #6F696D;
}
</style>
background-color css
<style>
a { background-color: #6F696D; }
a { background-color: rgb(111,105,109); }
div.DivClassName
{
background-color: #6F696D;
}
.BgClassName
{
background-color: #6F696D;
}
</style>
border-color css
<style>
span { border-color: #6F696D; }
span { border-color: rgb(111,105,109); }
td.TdClassName
{
border-color: #6F696D;
}
.TagClassName
{
border-color: #6F696D;
}
</style>