Shades of Salt Box #6F5166
Tints of Salt Box #6F5166
RGB
CMYK
RGB Variations
Color information
#6F5166 (or 0x6F5166) is known color: Salt Box. HEX triplet: 6F, 51 and 66. RGB value is (111,81,102). Sum of RGB (Red+Green+Blue) = 111+81+102=294 (38% of max value = 765). Red value is 111 (43.75% from 255 or 37.76% from 294); Green value is 81 (32.03% from 255 or 27.55% from 294); Blue value is 102 (40.23% from 255 or 34.69% from 294); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5166 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5166 is #90AE99. Grayscale: #5C5C5C. Windows color (decimal): -9481882 or 6705519. OLE color: 6705519.
HSL color Cylindrical-coordinate representation of color #6F5166: hue angle of 318º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6F5166 is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 81 | 102 | - |
| CMYK | 0 | 0.27 | 0.08 | 0.56 |
| HSL | 318º | 0.16% | 0.38% | - |
| HSV(B) | 318º | 0.27% | 0.44% | - |
| XYZ | 11.9 | 10.22 | 13.92 | - |
| YUV | 92.36 | 133.44 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 81 | 102 | 0 | 0.27 | 0.08 | 0.56 | 318 | 0.16 | 0.38 |
| Hex | 6F | 51 | 66 | 0 | 1B | 8 | 38 | 13E | 10 | 26 |
| Octal | 157 | 121 | 146 | 0 | 33 | 10 | 70 | 476 | 20 | 46 |
| Binary | 1101111 | 1010001 | 1100110 | 0 | 11011 | 1000 | 111000 | 100111110 | 10000 | 100110 |
Color Harmonies of #6F5166
Complementary color
Monochromatic Colors of #6F5166
Black with #6F5166
Text Example
Text Example
White with #6F5166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5166; }
p { color: rgb(111,81,102); }
H1.HeaderClassName
{
color: #6F5166;
}
.AnyTagClassName
{
color: #6F5166;
}
</style>
background-color css
<style>
a { background-color: #6F5166; }
a { background-color: rgb(111,81,102); }
div.DivClassName
{
background-color: #6F5166;
}
.BgClassName
{
background-color: #6F5166;
}
</style>
border-color css
<style>
span { border-color: #6F5166; }
span { border-color: rgb(111,81,102); }
td.TdClassName
{
border-color: #6F5166;
}
.TagClassName
{
border-color: #6F5166;
}
</style>