Shades of Salt Box #6F5B6A
Tints of Salt Box #6F5B6A
RGB
CMYK
RGB Variations
Color information
#6F5B6A (or 0x6F5B6A) is known color: Salt Box. HEX triplet: 6F, 5B and 6A. RGB value is (111,91,106). Sum of RGB (Red+Green+Blue) = 111+91+106=308 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.04% from 308); Green value is 91 (35.94% from 255 or 29.55% from 308); Blue value is 106 (41.80% from 255 or 34.42% from 308); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5B6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5B6A is #90A495. Grayscale: #626262. Windows color (decimal): -9479318 or 6970223. OLE color: 6970223.
HSL color Cylindrical-coordinate representation of color #6F5B6A: hue angle of 315º 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 #6F5B6A is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 91 | 106 | - |
| CMYK | 0 | 0.18 | 0.05 | 0.56 |
| HSL | 315º | 0.1% | 0.4% | - |
| HSV(B) | 315º | 0.18% | 0.44% | - |
| XYZ | 12.9 | 11.9 | 15.25 | - |
| YUV | 98.69 | 132.13 | 136.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 91 | 106 | 0 | 0.18 | 0.05 | 0.56 | 315 | 0.1 | 0.4 |
| Hex | 6F | 5B | 6A | 0 | 12 | 5 | 38 | 13B | A | 28 |
| Octal | 157 | 133 | 152 | 0 | 22 | 5 | 70 | 473 | 12 | 50 |
| Binary | 1101111 | 1011011 | 1101010 | 0 | 10010 | 101 | 111000 | 100111011 | 1010 | 101000 |
Color Harmonies of #6F5B6A
Complementary color
Monochromatic Colors of #6F5B6A
Black with #6F5B6A
Text Example
Text Example
White with #6F5B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5B6A; }
p { color: rgb(111,91,106); }
H1.HeaderClassName
{
color: #6F5B6A;
}
.AnyTagClassName
{
color: #6F5B6A;
}
</style>
background-color css
<style>
a { background-color: #6F5B6A; }
a { background-color: rgb(111,91,106); }
div.DivClassName
{
background-color: #6F5B6A;
}
.BgClassName
{
background-color: #6F5B6A;
}
</style>
border-color css
<style>
span { border-color: #6F5B6A; }
span { border-color: rgb(111,91,106); }
td.TdClassName
{
border-color: #6F5B6A;
}
.TagClassName
{
border-color: #6F5B6A;
}
</style>