Shades of Salt Box #6F5468
Tints of Salt Box #6F5468
RGB
CMYK
RGB Variations
Color information
#6F5468 (or 0x6F5468) is known color: Salt Box. HEX triplet: 6F, 54 and 68. RGB value is (111,84,104). Sum of RGB (Red+Green+Blue) = 111+84+104=299 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.12% from 299); Green value is 84 (33.20% from 255 or 28.09% from 299); Blue value is 104 (41.02% from 255 or 34.78% from 299); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5468 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5468 is #90AB97. Grayscale: #5E5E5E. Windows color (decimal): -9481112 or 6837359. OLE color: 6837359.
HSL color Cylindrical-coordinate representation of color #6F5468: hue angle of 315.56º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6F5468 is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 84 | 104 | - |
| CMYK | 0 | 0.24 | 0.06 | 0.56 |
| HSL | 315.56º | 0.14% | 0.38% | - |
| HSV(B) | 315.56º | 0.24% | 0.44% | - |
| XYZ | 12.22 | 10.72 | 14.52 | - |
| YUV | 94.35 | 133.45 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 84 | 104 | 0 | 0.24 | 0.06 | 0.56 | 315.56 | 0.14 | 0.38 |
| Hex | 6F | 54 | 68 | 0 | 18 | 6 | 38 | 13C | E | 26 |
| Octal | 157 | 124 | 150 | 0 | 30 | 6 | 70 | 474 | 16 | 46 |
| Binary | 1101111 | 1010100 | 1101000 | 0 | 11000 | 110 | 111000 | 100111100 | 1110 | 100110 |
Color Harmonies of #6F5468
Complementary color
Monochromatic Colors of #6F5468
Black with #6F5468
Text Example
Text Example
White with #6F5468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5468; }
p { color: rgb(111,84,104); }
H1.HeaderClassName
{
color: #6F5468;
}
.AnyTagClassName
{
color: #6F5468;
}
</style>
background-color css
<style>
a { background-color: #6F5468; }
a { background-color: rgb(111,84,104); }
div.DivClassName
{
background-color: #6F5468;
}
.BgClassName
{
background-color: #6F5468;
}
</style>
border-color css
<style>
span { border-color: #6F5468; }
span { border-color: rgb(111,84,104); }
td.TdClassName
{
border-color: #6F5468;
}
.TagClassName
{
border-color: #6F5468;
}
</style>