Shades of Salt Box #6F5B6D
Tints of Salt Box #6F5B6D
RGB
CMYK
RGB Variations
Color information
#6F5B6D (or 0x6F5B6D) is known color: Salt Box. HEX triplet: 6F, 5B and 6D. RGB value is (111,91,109). Sum of RGB (Red+Green+Blue) = 111+91+109=311 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.69% from 311); Green value is 91 (35.94% from 255 or 29.26% from 311); Blue value is 109 (42.97% from 255 or 35.05% from 311); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5B6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5B6D is #90A492. Grayscale: #626262. Windows color (decimal): -9479315 or 7166831. OLE color: 7166831.
HSL color Cylindrical-coordinate representation of color #6F5B6D: hue angle of 306º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6F5B6D is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 91 | 109 | - |
| CMYK | 0 | 0.18 | 0.02 | 0.56 |
| HSL | 306º | 0.1% | 0.4% | - |
| HSV(B) | 306º | 0.18% | 0.44% | - |
| XYZ | 13.06 | 11.97 | 16.09 | - |
| YUV | 99.03 | 133.63 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 91 | 109 | 0 | 0.18 | 0.02 | 0.56 | 306 | 0.1 | 0.4 |
| Hex | 6F | 5B | 6D | 0 | 12 | 2 | 38 | 132 | A | 28 |
| Octal | 157 | 133 | 155 | 0 | 22 | 2 | 70 | 462 | 12 | 50 |
| Binary | 1101111 | 1011011 | 1101101 | 0 | 10010 | 10 | 111000 | 100110010 | 1010 | 101000 |
Color Harmonies of #6F5B6D
Complementary color
Monochromatic Colors of #6F5B6D
Black with #6F5B6D
Text Example
Text Example
White with #6F5B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5B6D; }
p { color: rgb(111,91,109); }
H1.HeaderClassName
{
color: #6F5B6D;
}
.AnyTagClassName
{
color: #6F5B6D;
}
</style>
background-color css
<style>
a { background-color: #6F5B6D; }
a { background-color: rgb(111,91,109); }
div.DivClassName
{
background-color: #6F5B6D;
}
.BgClassName
{
background-color: #6F5B6D;
}
</style>
border-color css
<style>
span { border-color: #6F5B6D; }
span { border-color: rgb(111,91,109); }
td.TdClassName
{
border-color: #6F5B6D;
}
.TagClassName
{
border-color: #6F5B6D;
}
</style>