Shades of Salt Box #6F506C
Tints of Salt Box #6F506C
RGB
CMYK
RGB Variations
Color information
#6F506C (or 0x6F506C) is known color: Salt Box. HEX triplet: 6F, 50 and 6C. RGB value is (111,80,108). Sum of RGB (Red+Green+Blue) = 111+80+108=299 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.12% from 299); Green value is 80 (31.64% from 255 or 26.76% from 299); Blue value is 108 (42.58% from 255 or 36.12% from 299); Max value from RGB is 111 - color contains mainly: red. Hex color #6F506C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F506C is #90AF93. Grayscale: #5C5C5C. Windows color (decimal): -9482132 or 7098479. OLE color: 7098479.
HSL color Cylindrical-coordinate representation of color #6F506C: hue angle of 305.81º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6F506C is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 80 | 108 | - |
| CMYK | 0 | 0.28 | 0.03 | 0.56 |
| HSL | 305.81º | 0.16% | 0.37% | - |
| HSV(B) | 305.81º | 0.28% | 0.44% | - |
| XYZ | 12.13 | 10.2 | 15.52 | - |
| YUV | 92.46 | 136.77 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 80 | 108 | 0 | 0.28 | 0.03 | 0.56 | 305.81 | 0.16 | 0.37 |
| Hex | 6F | 50 | 6C | 0 | 1C | 3 | 38 | 132 | 10 | 25 |
| Octal | 157 | 120 | 154 | 0 | 34 | 3 | 70 | 462 | 20 | 45 |
| Binary | 1101111 | 1010000 | 1101100 | 0 | 11100 | 11 | 111000 | 100110010 | 10000 | 100101 |
Color Harmonies of #6F506C
Complementary color
Monochromatic Colors of #6F506C
Black with #6F506C
Text Example
Text Example
White with #6F506C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F506C; }
p { color: rgb(111,80,108); }
H1.HeaderClassName
{
color: #6F506C;
}
.AnyTagClassName
{
color: #6F506C;
}
</style>
background-color css
<style>
a { background-color: #6F506C; }
a { background-color: rgb(111,80,108); }
div.DivClassName
{
background-color: #6F506C;
}
.BgClassName
{
background-color: #6F506C;
}
</style>
border-color css
<style>
span { border-color: #6F506C; }
span { border-color: rgb(111,80,108); }
td.TdClassName
{
border-color: #6F506C;
}
.TagClassName
{
border-color: #6F506C;
}
</style>