Shades of Salt Box #6F606B
Tints of Salt Box #6F606B
RGB
CMYK
RGB Variations
Color information
#6F606B (or 0x6F606B) is known color: Salt Box. HEX triplet: 6F, 60 and 6B. RGB value is (111,96,107). Sum of RGB (Red+Green+Blue) = 111+96+107=314 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.35% from 314); Green value is 96 (37.89% from 255 or 30.57% from 314); Blue value is 107 (42.19% from 255 or 34.08% from 314); Max value from RGB is 111 - color contains mainly: red. Hex color #6F606B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F606B is #909F94. Grayscale: #656565. Windows color (decimal): -9478037 or 7037039. OLE color: 7037039.
HSL color Cylindrical-coordinate representation of color #6F606B: hue angle of 316º degrees, saturation: 0.07, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #6F606B is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 96 | 107 | - |
| CMYK | 0 | 0.14 | 0.04 | 0.56 |
| HSL | 316º | 0.07% | 0.41% | - |
| HSV(B) | 316º | 0.14% | 0.44% | - |
| XYZ | 13.39 | 12.81 | 15.68 | - |
| YUV | 101.74 | 130.97 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 96 | 107 | 0 | 0.14 | 0.04 | 0.56 | 316 | 0.07 | 0.41 |
| Hex | 6F | 60 | 6B | 0 | E | 4 | 38 | 13C | 7 | 29 |
| Octal | 157 | 140 | 153 | 0 | 16 | 4 | 70 | 474 | 7 | 51 |
| Binary | 1101111 | 1100000 | 1101011 | 0 | 1110 | 100 | 111000 | 100111100 | 111 | 101001 |
Color Harmonies of #6F606B
Complementary color
Monochromatic Colors of #6F606B
Black with #6F606B
Text Example
Text Example
White with #6F606B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F606B; }
p { color: rgb(111,96,107); }
H1.HeaderClassName
{
color: #6F606B;
}
.AnyTagClassName
{
color: #6F606B;
}
</style>
background-color css
<style>
a { background-color: #6F606B; }
a { background-color: rgb(111,96,107); }
div.DivClassName
{
background-color: #6F606B;
}
.BgClassName
{
background-color: #6F606B;
}
</style>
border-color css
<style>
span { border-color: #6F606B; }
span { border-color: rgb(111,96,107); }
td.TdClassName
{
border-color: #6F606B;
}
.TagClassName
{
border-color: #6F606B;
}
</style>