Shades of Salt Box #6B4863
Tints of Salt Box #6B4863
RGB
CMYK
RGB Variations
Color information
#6B4863 (or 0x6B4863) is known color: Salt Box. HEX triplet: 6B, 48 and 63. RGB value is (107,72,99). Sum of RGB (Red+Green+Blue) = 107+72+99=278 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.49% from 278); Green value is 72 (28.52% from 255 or 25.90% from 278); Blue value is 99 (39.06% from 255 or 35.61% from 278); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4863 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B4863 is #94B79C. Grayscale: #555555. Windows color (decimal): -9746333 or 6506603. OLE color: 6506603.
HSL color Cylindrical-coordinate representation of color #6B4863: hue angle of 313.71º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6B4863 is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 72 | 99 | - |
| CMYK | 0 | 0.33 | 0.07 | 0.58 |
| HSL | 313.71º | 0.2% | 0.35% | - |
| HSV(B) | 313.71º | 0.33% | 0.42% | - |
| XYZ | 10.63 | 8.66 | 12.92 | - |
| YUV | 85.54 | 135.6 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 72 | 99 | 0 | 0.33 | 0.07 | 0.58 | 313.71 | 0.2 | 0.35 |
| Hex | 6B | 48 | 63 | 0 | 21 | 7 | 3A | 13A | 14 | 23 |
| Octal | 153 | 110 | 143 | 0 | 41 | 7 | 72 | 472 | 24 | 43 |
| Binary | 1101011 | 1001000 | 1100011 | 0 | 100001 | 111 | 111010 | 100111010 | 10100 | 100011 |
Color Harmonies of #6B4863
Complementary color
Monochromatic Colors of #6B4863
Black with #6B4863
Text Example
Text Example
White with #6B4863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4863; }
p { color: rgb(107,72,99); }
H1.HeaderClassName
{
color: #6B4863;
}
.AnyTagClassName
{
color: #6B4863;
}
</style>
background-color css
<style>
a { background-color: #6B4863; }
a { background-color: rgb(107,72,99); }
div.DivClassName
{
background-color: #6B4863;
}
.BgClassName
{
background-color: #6B4863;
}
</style>
border-color css
<style>
span { border-color: #6B4863; }
span { border-color: rgb(107,72,99); }
td.TdClassName
{
border-color: #6B4863;
}
.TagClassName
{
border-color: #6B4863;
}
</style>