Shades of Salt Box #6B5568
Tints of Salt Box #6B5568
RGB
CMYK
RGB Variations
Color information
#6B5568 (or 0x6B5568) is known color: Salt Box. HEX triplet: 6B, 55 and 68. RGB value is (107,85,104). Sum of RGB (Red+Green+Blue) = 107+85+104=296 (39% of max value = 765). Red value is 107 (42.19% from 255 or 36.15% from 296); Green value is 85 (33.59% from 255 or 28.72% from 296); Blue value is 104 (41.02% from 255 or 35.14% from 296); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5568 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5568 is #94AA97. Grayscale: #5D5D5D. Windows color (decimal): -9743000 or 6837611. OLE color: 6837611.
HSL color Cylindrical-coordinate representation of color #6B5568: hue angle of 308.18º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6B5568 is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 85 | 104 | - |
| CMYK | 0 | 0.21 | 0.03 | 0.58 |
| HSL | 308.18º | 0.11% | 0.38% | - |
| HSV(B) | 308.18º | 0.21% | 0.42% | - |
| XYZ | 11.81 | 10.62 | 14.52 | - |
| YUV | 93.74 | 133.79 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 85 | 104 | 0 | 0.21 | 0.03 | 0.58 | 308.18 | 0.11 | 0.38 |
| Hex | 6B | 55 | 68 | 0 | 15 | 3 | 3A | 134 | B | 26 |
| Octal | 153 | 125 | 150 | 0 | 25 | 3 | 72 | 464 | 13 | 46 |
| Binary | 1101011 | 1010101 | 1101000 | 0 | 10101 | 11 | 111010 | 100110100 | 1011 | 100110 |
Color Harmonies of #6B5568
Complementary color
Monochromatic Colors of #6B5568
Black with #6B5568
Text Example
Text Example
White with #6B5568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5568; }
p { color: rgb(107,85,104); }
H1.HeaderClassName
{
color: #6B5568;
}
.AnyTagClassName
{
color: #6B5568;
}
</style>
background-color css
<style>
a { background-color: #6B5568; }
a { background-color: rgb(107,85,104); }
div.DivClassName
{
background-color: #6B5568;
}
.BgClassName
{
background-color: #6B5568;
}
</style>
border-color css
<style>
span { border-color: #6B5568; }
span { border-color: rgb(107,85,104); }
td.TdClassName
{
border-color: #6B5568;
}
.TagClassName
{
border-color: #6B5568;
}
</style>