Shades of Salt Box #6F5B69
Tints of Salt Box #6F5B69
RGB
CMYK
RGB Variations
Color information
#6F5B69 (or 0x6F5B69) is known color: Salt Box. HEX triplet: 6F, 5B and 69. RGB value is (111,91,105). Sum of RGB (Red+Green+Blue) = 111+91+105=307 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.16% from 307); Green value is 91 (35.94% from 255 or 29.64% from 307); Blue value is 105 (41.41% from 255 or 34.20% from 307); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5B69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5B69 is #90A496. Grayscale: #626262. Windows color (decimal): -9479319 or 6904687. OLE color: 6904687.
HSL color Cylindrical-coordinate representation of color #6F5B69: hue angle of 318º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6F5B69 is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 91 | 105 | - |
| CMYK | 0 | 0.18 | 0.05 | 0.56 |
| HSL | 318º | 0.1% | 0.4% | - |
| HSV(B) | 318º | 0.18% | 0.44% | - |
| XYZ | 12.85 | 11.88 | 14.98 | - |
| YUV | 98.58 | 131.63 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 91 | 105 | 0 | 0.18 | 0.05 | 0.56 | 318 | 0.1 | 0.4 |
| Hex | 6F | 5B | 69 | 0 | 12 | 5 | 38 | 13E | A | 28 |
| Octal | 157 | 133 | 151 | 0 | 22 | 5 | 70 | 476 | 12 | 50 |
| Binary | 1101111 | 1011011 | 1101001 | 0 | 10010 | 101 | 111000 | 100111110 | 1010 | 101000 |
Color Harmonies of #6F5B69
Complementary color
Monochromatic Colors of #6F5B69
Black with #6F5B69
Text Example
Text Example
White with #6F5B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5B69; }
p { color: rgb(111,91,105); }
H1.HeaderClassName
{
color: #6F5B69;
}
.AnyTagClassName
{
color: #6F5B69;
}
</style>
background-color css
<style>
a { background-color: #6F5B69; }
a { background-color: rgb(111,91,105); }
div.DivClassName
{
background-color: #6F5B69;
}
.BgClassName
{
background-color: #6F5B69;
}
</style>
border-color css
<style>
span { border-color: #6F5B69; }
span { border-color: rgb(111,91,105); }
td.TdClassName
{
border-color: #6F5B69;
}
.TagClassName
{
border-color: #6F5B69;
}
</style>