Shades of Salt Box #6F4769
Tints of Salt Box #6F4769
RGB
CMYK
RGB Variations
Color information
#6F4769 (or 0x6F4769) is known color: Salt Box. HEX triplet: 6F, 47 and 69. RGB value is (111,71,105). Sum of RGB (Red+Green+Blue) = 111+71+105=287 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.68% from 287); Green value is 71 (28.12% from 255 or 24.74% from 287); Blue value is 105 (41.41% from 255 or 36.59% from 287); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4769 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4769 is #90B896. Grayscale: #565656. Windows color (decimal): -9484439 or 6899567. OLE color: 6899567.
HSL color Cylindrical-coordinate representation of color #6F4769: hue angle of 309º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6F4769 is Cyan = 0, Magento = 0.36, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 71 | 105 | - |
| CMYK | 0 | 0.36 | 0.05 | 0.56 |
| HSL | 309º | 0.22% | 0.36% | - |
| HSV(B) | 309º | 0.36% | 0.44% | - |
| XYZ | 11.36 | 8.91 | 14.48 | - |
| YUV | 86.84 | 138.25 | 145.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 71 | 105 | 0 | 0.36 | 0.05 | 0.56 | 309 | 0.22 | 0.36 |
| Hex | 6F | 47 | 69 | 0 | 24 | 5 | 38 | 135 | 16 | 24 |
| Octal | 157 | 107 | 151 | 0 | 44 | 5 | 70 | 465 | 26 | 44 |
| Binary | 1101111 | 1000111 | 1101001 | 0 | 100100 | 101 | 111000 | 100110101 | 10110 | 100100 |
Color Harmonies of #6F4769
Complementary color
Monochromatic Colors of #6F4769
Black with #6F4769
Text Example
Text Example
White with #6F4769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4769; }
p { color: rgb(111,71,105); }
H1.HeaderClassName
{
color: #6F4769;
}
.AnyTagClassName
{
color: #6F4769;
}
</style>
background-color css
<style>
a { background-color: #6F4769; }
a { background-color: rgb(111,71,105); }
div.DivClassName
{
background-color: #6F4769;
}
.BgClassName
{
background-color: #6F4769;
}
</style>
border-color css
<style>
span { border-color: #6F4769; }
span { border-color: rgb(111,71,105); }
td.TdClassName
{
border-color: #6F4769;
}
.TagClassName
{
border-color: #6F4769;
}
</style>