Shades of Salt Box #6B4C63
Tints of Salt Box #6B4C63
RGB
CMYK
RGB Variations
Color information
#6B4C63 (or 0x6B4C63) is known color: Salt Box. HEX triplet: 6B, 4C and 63. RGB value is (107,76,99). Sum of RGB (Red+Green+Blue) = 107+76+99=282 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.94% from 282); Green value is 76 (30.08% from 255 or 26.95% from 282); Blue value is 99 (39.06% from 255 or 35.11% from 282); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4C63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B4C63 is #94B39C. Grayscale: #575757. Windows color (decimal): -9745309 or 6507627. OLE color: 6507627.
HSL color Cylindrical-coordinate representation of color #6B4C63: hue angle of 315.48º 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 #6B4C63 is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 76 | 99 | - |
| CMYK | 0 | 0.29 | 0.07 | 0.58 |
| HSL | 315.48º | 0.17% | 0.36% | - |
| HSV(B) | 315.48º | 0.29% | 0.42% | - |
| XYZ | 10.9 | 9.2 | 13 | - |
| YUV | 87.89 | 134.27 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 76 | 99 | 0 | 0.29 | 0.07 | 0.58 | 315.48 | 0.17 | 0.36 |
| Hex | 6B | 4C | 63 | 0 | 1D | 7 | 3A | 13B | 11 | 24 |
| Octal | 153 | 114 | 143 | 0 | 35 | 7 | 72 | 473 | 21 | 44 |
| Binary | 1101011 | 1001100 | 1100011 | 0 | 11101 | 111 | 111010 | 100111011 | 10001 | 100100 |
Color Harmonies of #6B4C63
Complementary color
Monochromatic Colors of #6B4C63
Black with #6B4C63
Text Example
Text Example
White with #6B4C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4C63; }
p { color: rgb(107,76,99); }
H1.HeaderClassName
{
color: #6B4C63;
}
.AnyTagClassName
{
color: #6B4C63;
}
</style>
background-color css
<style>
a { background-color: #6B4C63; }
a { background-color: rgb(107,76,99); }
div.DivClassName
{
background-color: #6B4C63;
}
.BgClassName
{
background-color: #6B4C63;
}
</style>
border-color css
<style>
span { border-color: #6B4C63; }
span { border-color: rgb(107,76,99); }
td.TdClassName
{
border-color: #6B4C63;
}
.TagClassName
{
border-color: #6B4C63;
}
</style>