Shades of Salt Box #6F6B6E
Tints of Salt Box #6F6B6E
RGB
CMYK
RGB Variations
Color information
#6F6B6E (or 0x6F6B6E) is known color: Salt Box. HEX triplet: 6F, 6B and 6E. RGB value is (111,107,110). Sum of RGB (Red+Green+Blue) = 111+107+110=328 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.84% from 328); Green value is 107 (42.19% from 255 or 32.62% from 328); Blue value is 110 (43.36% from 255 or 33.54% from 328); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6B6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6B6E is #909491. Grayscale: #6C6C6C. Windows color (decimal): -9475218 or 7236463. OLE color: 7236463.
HSL color Cylindrical-coordinate representation of color #6F6B6E: hue angle of 315º degrees, saturation: 0.02, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #6F6B6E is Cyan = 0, Magento = 0.04, Yellow = 0.01 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 107 | 110 | - |
| CMYK | 0 | 0.04 | 0.01 | 0.56 |
| HSL | 315º | 0.02% | 0.43% | - |
| HSV(B) | 315º | 0.04% | 0.44% | - |
| XYZ | 14.63 | 15.02 | 16.88 | - |
| YUV | 108.54 | 128.83 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 107 | 110 | 0 | 0.04 | 0.01 | 0.56 | 315 | 0.02 | 0.43 |
| Hex | 6F | 6B | 6E | 0 | 4 | 1 | 38 | 13B | 2 | 2B |
| Octal | 157 | 153 | 156 | 0 | 4 | 1 | 70 | 473 | 2 | 53 |
| Binary | 1101111 | 1101011 | 1101110 | 0 | 100 | 1 | 111000 | 100111011 | 10 | 101011 |
Color Harmonies of #6F6B6E
Complementary color
Monochromatic Colors of #6F6B6E
Black with #6F6B6E
Text Example
Text Example
White with #6F6B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6B6E; }
p { color: rgb(111,107,110); }
H1.HeaderClassName
{
color: #6F6B6E;
}
.AnyTagClassName
{
color: #6F6B6E;
}
</style>
background-color css
<style>
a { background-color: #6F6B6E; }
a { background-color: rgb(111,107,110); }
div.DivClassName
{
background-color: #6F6B6E;
}
.BgClassName
{
background-color: #6F6B6E;
}
</style>
border-color css
<style>
span { border-color: #6F6B6E; }
span { border-color: rgb(111,107,110); }
td.TdClassName
{
border-color: #6F6B6E;
}
.TagClassName
{
border-color: #6F6B6E;
}
</style>