Shades of Salt Box #6F5A6D
Tints of Salt Box #6F5A6D
RGB
CMYK
RGB Variations
Color information
#6F5A6D (or 0x6F5A6D) is known color: Salt Box. HEX triplet: 6F, 5A and 6D. RGB value is (111,90,109). Sum of RGB (Red+Green+Blue) = 111+90+109=310 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.81% from 310); Green value is 90 (35.55% from 255 or 29.03% from 310); Blue value is 109 (42.97% from 255 or 35.16% from 310); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5A6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5A6D is #90A592. Grayscale: #626262. Windows color (decimal): -9479571 or 7166575. OLE color: 7166575.
HSL color Cylindrical-coordinate representation of color #6F5A6D: hue angle of 305.71º degrees, saturation: 0.1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6F5A6D is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 90 | 109 | - |
| CMYK | 0 | 0.19 | 0.02 | 0.56 |
| HSL | 305.71º | 0.1% | 0.39% | - |
| HSV(B) | 305.71º | 0.19% | 0.44% | - |
| XYZ | 12.97 | 11.8 | 16.06 | - |
| YUV | 98.45 | 133.96 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 90 | 109 | 0 | 0.19 | 0.02 | 0.56 | 305.71 | 0.1 | 0.39 |
| Hex | 6F | 5A | 6D | 0 | 13 | 2 | 38 | 132 | A | 27 |
| Octal | 157 | 132 | 155 | 0 | 23 | 2 | 70 | 462 | 12 | 47 |
| Binary | 1101111 | 1011010 | 1101101 | 0 | 10011 | 10 | 111000 | 100110010 | 1010 | 100111 |
Color Harmonies of #6F5A6D
Complementary color
Monochromatic Colors of #6F5A6D
Black with #6F5A6D
Text Example
Text Example
White with #6F5A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5A6D; }
p { color: rgb(111,90,109); }
H1.HeaderClassName
{
color: #6F5A6D;
}
.AnyTagClassName
{
color: #6F5A6D;
}
</style>
background-color css
<style>
a { background-color: #6F5A6D; }
a { background-color: rgb(111,90,109); }
div.DivClassName
{
background-color: #6F5A6D;
}
.BgClassName
{
background-color: #6F5A6D;
}
</style>
border-color css
<style>
span { border-color: #6F5A6D; }
span { border-color: rgb(111,90,109); }
td.TdClassName
{
border-color: #6F5A6D;
}
.TagClassName
{
border-color: #6F5A6D;
}
</style>