Shades of Salt Box #6B5864
Tints of Salt Box #6B5864
RGB
CMYK
RGB Variations
Color information
#6B5864 (or 0x6B5864) is known color: Salt Box. HEX triplet: 6B, 58 and 64. RGB value is (107,88,100). Sum of RGB (Red+Green+Blue) = 107+88+100=295 (39% of max value = 765). Red value is 107 (42.19% from 255 or 36.27% from 295); Green value is 88 (34.77% from 255 or 29.83% from 295); Blue value is 100 (39.45% from 255 or 33.90% from 295); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5864 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5864 is #94A79B. Grayscale: #5F5F5F. Windows color (decimal): -9742236 or 6576235. OLE color: 6576235.
HSL color Cylindrical-coordinate representation of color #6B5864: hue angle of 322.11º degrees, saturation: 0.1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6B5864 is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 88 | 100 | - |
| CMYK | 0 | 0.18 | 0.07 | 0.58 |
| HSL | 322.11º | 0.1% | 0.38% | - |
| HSV(B) | 322.11º | 0.18% | 0.42% | - |
| XYZ | 11.85 | 11.03 | 13.56 | - |
| YUV | 95.05 | 130.79 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 88 | 100 | 0 | 0.18 | 0.07 | 0.58 | 322.11 | 0.1 | 0.38 |
| Hex | 6B | 58 | 64 | 0 | 12 | 7 | 3A | 142 | A | 26 |
| Octal | 153 | 130 | 144 | 0 | 22 | 7 | 72 | 502 | 12 | 46 |
| Binary | 1101011 | 1011000 | 1100100 | 0 | 10010 | 111 | 111010 | 101000010 | 1010 | 100110 |
Color Harmonies of #6B5864
Complementary color
Monochromatic Colors of #6B5864
Black with #6B5864
Text Example
Text Example
White with #6B5864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5864; }
p { color: rgb(107,88,100); }
H1.HeaderClassName
{
color: #6B5864;
}
.AnyTagClassName
{
color: #6B5864;
}
</style>
background-color css
<style>
a { background-color: #6B5864; }
a { background-color: rgb(107,88,100); }
div.DivClassName
{
background-color: #6B5864;
}
.BgClassName
{
background-color: #6B5864;
}
</style>
border-color css
<style>
span { border-color: #6B5864; }
span { border-color: rgb(107,88,100); }
td.TdClassName
{
border-color: #6B5864;
}
.TagClassName
{
border-color: #6B5864;
}
</style>