Shades of Salt Box #6F5F6D
Tints of Salt Box #6F5F6D
RGB
CMYK
RGB Variations
Color information
#6F5F6D (or 0x6F5F6D) is known color: Salt Box. HEX triplet: 6F, 5F and 6D. RGB value is (111,95,109). Sum of RGB (Red+Green+Blue) = 111+95+109=315 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.24% from 315); Green value is 95 (37.5% from 255 or 30.16% from 315); Blue value is 109 (42.97% from 255 or 34.60% from 315); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5F6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5F6D is #90A092. Grayscale: #656565. Windows color (decimal): -9478291 or 7167855. OLE color: 7167855.
HSL color Cylindrical-coordinate representation of color #6F5F6D: hue angle of 307.5º degrees, saturation: 0.08, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #6F5F6D is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 95 | 109 | - |
| CMYK | 0 | 0.14 | 0.02 | 0.56 |
| HSL | 307.5º | 0.08% | 0.4% | - |
| HSV(B) | 307.5º | 0.14% | 0.44% | - |
| XYZ | 13.41 | 12.67 | 16.21 | - |
| YUV | 101.38 | 132.3 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 95 | 109 | 0 | 0.14 | 0.02 | 0.56 | 307.5 | 0.08 | 0.4 |
| Hex | 6F | 5F | 6D | 0 | E | 2 | 38 | 134 | 8 | 28 |
| Octal | 157 | 137 | 155 | 0 | 16 | 2 | 70 | 464 | 10 | 50 |
| Binary | 1101111 | 1011111 | 1101101 | 0 | 1110 | 10 | 111000 | 100110100 | 1000 | 101000 |
Color Harmonies of #6F5F6D
Complementary color
Monochromatic Colors of #6F5F6D
Black with #6F5F6D
Text Example
Text Example
White with #6F5F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5F6D; }
p { color: rgb(111,95,109); }
H1.HeaderClassName
{
color: #6F5F6D;
}
.AnyTagClassName
{
color: #6F5F6D;
}
</style>
background-color css
<style>
a { background-color: #6F5F6D; }
a { background-color: rgb(111,95,109); }
div.DivClassName
{
background-color: #6F5F6D;
}
.BgClassName
{
background-color: #6F5F6D;
}
</style>
border-color css
<style>
span { border-color: #6F5F6D; }
span { border-color: rgb(111,95,109); }
td.TdClassName
{
border-color: #6F5F6D;
}
.TagClassName
{
border-color: #6F5F6D;
}
</style>