Shades of Salt Box #6F516A
Tints of Salt Box #6F516A
RGB
CMYK
RGB Variations
Color information
#6F516A (or 0x6F516A) is known color: Salt Box. HEX triplet: 6F, 51 and 6A. RGB value is (111,81,106). Sum of RGB (Red+Green+Blue) = 111+81+106=298 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.25% from 298); Green value is 81 (32.03% from 255 or 27.18% from 298); Blue value is 106 (41.80% from 255 or 35.57% from 298); Max value from RGB is 111 - color contains mainly: red. Hex color #6F516A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F516A is #90AE95. Grayscale: #5C5C5C. Windows color (decimal): -9481878 or 6967663. OLE color: 6967663.
HSL color Cylindrical-coordinate representation of color #6F516A: hue angle of 310º 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 #6F516A is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 81 | 106 | - |
| CMYK | 0 | 0.27 | 0.05 | 0.56 |
| HSL | 310º | 0.16% | 0.38% | - |
| HSV(B) | 310º | 0.27% | 0.44% | - |
| XYZ | 12.1 | 10.3 | 14.99 | - |
| YUV | 92.82 | 135.44 | 140.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 81 | 106 | 0 | 0.27 | 0.05 | 0.56 | 310 | 0.16 | 0.38 |
| Hex | 6F | 51 | 6A | 0 | 1B | 5 | 38 | 136 | 10 | 26 |
| Octal | 157 | 121 | 152 | 0 | 33 | 5 | 70 | 466 | 20 | 46 |
| Binary | 1101111 | 1010001 | 1101010 | 0 | 11011 | 101 | 111000 | 100110110 | 10000 | 100110 |
Color Harmonies of #6F516A
Complementary color
Monochromatic Colors of #6F516A
Black with #6F516A
Text Example
Text Example
White with #6F516A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F516A; }
p { color: rgb(111,81,106); }
H1.HeaderClassName
{
color: #6F516A;
}
.AnyTagClassName
{
color: #6F516A;
}
</style>
background-color css
<style>
a { background-color: #6F516A; }
a { background-color: rgb(111,81,106); }
div.DivClassName
{
background-color: #6F516A;
}
.BgClassName
{
background-color: #6F516A;
}
</style>
border-color css
<style>
span { border-color: #6F516A; }
span { border-color: rgb(111,81,106); }
td.TdClassName
{
border-color: #6F516A;
}
.TagClassName
{
border-color: #6F516A;
}
</style>