Shades of Salt Box #6F646C
Tints of Salt Box #6F646C
RGB
CMYK
RGB Variations
Color information
#6F646C (or 0x6F646C) is known color: Salt Box. HEX triplet: 6F, 64 and 6C. RGB value is (111,100,108). Sum of RGB (Red+Green+Blue) = 111+100+108=319 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.80% from 319); Green value is 100 (39.45% from 255 or 31.35% from 319); Blue value is 108 (42.58% from 255 or 33.86% from 319); Max value from RGB is 111 - color contains mainly: red. Hex color #6F646C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F646C is #909B93. Grayscale: #686868. Windows color (decimal): -9477012 or 7103599. OLE color: 7103599.
HSL color Cylindrical-coordinate representation of color #6F646C: hue angle of 316.36º degrees, saturation: 0.05, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #6F646C is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 100 | 108 | - |
| CMYK | 0 | 0.10 | 0.03 | 0.56 |
| HSL | 316.36º | 0.05% | 0.41% | - |
| HSV(B) | 316.36º | 0.1% | 0.44% | - |
| XYZ | 13.82 | 13.58 | 16.08 | - |
| YUV | 104.2 | 130.14 | 132.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 100 | 108 | 0 | 0.10 | 0.03 | 0.56 | 316.36 | 0.05 | 0.41 |
| Hex | 6F | 64 | 6C | 0 | A | 3 | 38 | 13C | 5 | 29 |
| Octal | 157 | 144 | 154 | 0 | 12 | 3 | 70 | 474 | 5 | 51 |
| Binary | 1101111 | 1100100 | 1101100 | 0 | 1010 | 11 | 111000 | 100111100 | 101 | 101001 |
Color Harmonies of #6F646C
Complementary color
Monochromatic Colors of #6F646C
Black with #6F646C
Text Example
Text Example
White with #6F646C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F646C; }
p { color: rgb(111,100,108); }
H1.HeaderClassName
{
color: #6F646C;
}
.AnyTagClassName
{
color: #6F646C;
}
</style>
background-color css
<style>
a { background-color: #6F646C; }
a { background-color: rgb(111,100,108); }
div.DivClassName
{
background-color: #6F646C;
}
.BgClassName
{
background-color: #6F646C;
}
</style>
border-color css
<style>
span { border-color: #6F646C; }
span { border-color: rgb(111,100,108); }
td.TdClassName
{
border-color: #6F646C;
}
.TagClassName
{
border-color: #6F646C;
}
</style>