Shades of Salt Box #6F5169
Tints of Salt Box #6F5169
RGB
CMYK
RGB Variations
Color information
#6F5169 (or 0x6F5169) is known color: Salt Box. HEX triplet: 6F, 51 and 69. RGB value is (111,81,105). Sum of RGB (Red+Green+Blue) = 111+81+105=297 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.37% from 297); Green value is 81 (32.03% from 255 or 27.27% from 297); Blue value is 105 (41.41% from 255 or 35.35% from 297); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5169 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5169 is #90AE96. Grayscale: #5C5C5C. Windows color (decimal): -9481879 or 6902127. OLE color: 6902127.
HSL color Cylindrical-coordinate representation of color #6F5169: hue angle of 312º 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 #6F5169 is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 81 | 105 | - |
| CMYK | 0 | 0.27 | 0.05 | 0.56 |
| HSL | 312º | 0.16% | 0.38% | - |
| HSV(B) | 312º | 0.27% | 0.44% | - |
| XYZ | 12.05 | 10.28 | 14.71 | - |
| YUV | 92.71 | 134.94 | 141.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 81 | 105 | 0 | 0.27 | 0.05 | 0.56 | 312 | 0.16 | 0.38 |
| Hex | 6F | 51 | 69 | 0 | 1B | 5 | 38 | 138 | 10 | 26 |
| Octal | 157 | 121 | 151 | 0 | 33 | 5 | 70 | 470 | 20 | 46 |
| Binary | 1101111 | 1010001 | 1101001 | 0 | 11011 | 101 | 111000 | 100111000 | 10000 | 100110 |
Color Harmonies of #6F5169
Complementary color
Monochromatic Colors of #6F5169
Black with #6F5169
Text Example
Text Example
White with #6F5169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5169; }
p { color: rgb(111,81,105); }
H1.HeaderClassName
{
color: #6F5169;
}
.AnyTagClassName
{
color: #6F5169;
}
</style>
background-color css
<style>
a { background-color: #6F5169; }
a { background-color: rgb(111,81,105); }
div.DivClassName
{
background-color: #6F5169;
}
.BgClassName
{
background-color: #6F5169;
}
</style>
border-color css
<style>
span { border-color: #6F5169; }
span { border-color: rgb(111,81,105); }
td.TdClassName
{
border-color: #6F5169;
}
.TagClassName
{
border-color: #6F5169;
}
</style>