Shades of Salt Box #6F5769
Tints of Salt Box #6F5769
RGB
CMYK
RGB Variations
Color information
#6F5769 (or 0x6F5769) is known color: Salt Box. HEX triplet: 6F, 57 and 69. RGB value is (111,87,105). Sum of RGB (Red+Green+Blue) = 111+87+105=303 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.63% from 303); Green value is 87 (34.38% from 255 or 28.71% from 303); Blue value is 105 (41.41% from 255 or 34.65% from 303); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5769 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5769 is #90A896. Grayscale: #606060. Windows color (decimal): -9480343 or 6903663. OLE color: 6903663.
HSL color Cylindrical-coordinate representation of color #6F5769: hue angle of 315º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6F5769 is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 87 | 105 | - |
| CMYK | 0 | 0.22 | 0.05 | 0.56 |
| HSL | 315º | 0.12% | 0.39% | - |
| HSV(B) | 315º | 0.22% | 0.44% | - |
| XYZ | 12.51 | 11.22 | 14.87 | - |
| YUV | 96.23 | 132.95 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 87 | 105 | 0 | 0.22 | 0.05 | 0.56 | 315 | 0.12 | 0.39 |
| Hex | 6F | 57 | 69 | 0 | 16 | 5 | 38 | 13B | C | 27 |
| Octal | 157 | 127 | 151 | 0 | 26 | 5 | 70 | 473 | 14 | 47 |
| Binary | 1101111 | 1010111 | 1101001 | 0 | 10110 | 101 | 111000 | 100111011 | 1100 | 100111 |
Color Harmonies of #6F5769
Complementary color
Monochromatic Colors of #6F5769
Black with #6F5769
Text Example
Text Example
White with #6F5769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5769; }
p { color: rgb(111,87,105); }
H1.HeaderClassName
{
color: #6F5769;
}
.AnyTagClassName
{
color: #6F5769;
}
</style>
background-color css
<style>
a { background-color: #6F5769; }
a { background-color: rgb(111,87,105); }
div.DivClassName
{
background-color: #6F5769;
}
.BgClassName
{
background-color: #6F5769;
}
</style>
border-color css
<style>
span { border-color: #6F5769; }
span { border-color: rgb(111,87,105); }
td.TdClassName
{
border-color: #6F5769;
}
.TagClassName
{
border-color: #6F5769;
}
</style>