Shades of Salt Box #6B4C69
Tints of Salt Box #6B4C69
RGB
CMYK
RGB Variations
Color information
#6B4C69 (or 0x6B4C69) is known color: Salt Box. HEX triplet: 6B, 4C and 69. RGB value is (107,76,105). Sum of RGB (Red+Green+Blue) = 107+76+105=288 (38% of max value = 765). Red value is 107 (42.19% from 255 or 37.15% from 288); Green value is 76 (30.08% from 255 or 26.39% from 288); Blue value is 105 (41.41% from 255 or 36.46% from 288); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4C69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B4C69 is #94B396. Grayscale: #585858. Windows color (decimal): -9745303 or 6900843. OLE color: 6900843.
HSL color Cylindrical-coordinate representation of color #6B4C69: hue angle of 303.87º degrees, saturation: 0.17, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6B4C69 is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 76 | 105 | - |
| CMYK | 0 | 0.29 | 0.02 | 0.58 |
| HSL | 303.87º | 0.17% | 0.36% | - |
| HSV(B) | 303.87º | 0.29% | 0.42% | - |
| XYZ | 11.2 | 9.31 | 14.57 | - |
| YUV | 88.58 | 137.27 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 76 | 105 | 0 | 0.29 | 0.02 | 0.58 | 303.87 | 0.17 | 0.36 |
| Hex | 6B | 4C | 69 | 0 | 1D | 2 | 3A | 130 | 11 | 24 |
| Octal | 153 | 114 | 151 | 0 | 35 | 2 | 72 | 460 | 21 | 44 |
| Binary | 1101011 | 1001100 | 1101001 | 0 | 11101 | 10 | 111010 | 100110000 | 10001 | 100100 |
Color Harmonies of #6B4C69
Complementary color
Monochromatic Colors of #6B4C69
Black with #6B4C69
Text Example
Text Example
White with #6B4C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4C69; }
p { color: rgb(107,76,105); }
H1.HeaderClassName
{
color: #6B4C69;
}
.AnyTagClassName
{
color: #6B4C69;
}
</style>
background-color css
<style>
a { background-color: #6B4C69; }
a { background-color: rgb(107,76,105); }
div.DivClassName
{
background-color: #6B4C69;
}
.BgClassName
{
background-color: #6B4C69;
}
</style>
border-color css
<style>
span { border-color: #6B4C69; }
span { border-color: rgb(107,76,105); }
td.TdClassName
{
border-color: #6B4C69;
}
.TagClassName
{
border-color: #6B4C69;
}
</style>