Shades of Salt Box #6B5167
Tints of Salt Box #6B5167
RGB
CMYK
RGB Variations
Color information
#6B5167 (or 0x6B5167) is known color: Salt Box. HEX triplet: 6B, 51 and 67. RGB value is (107,81,103). Sum of RGB (Red+Green+Blue) = 107+81+103=291 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.77% from 291); Green value is 81 (32.03% from 255 or 27.84% from 291); Blue value is 103 (40.62% from 255 or 35.40% from 291); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5167 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5167 is #94AE98. Grayscale: #5B5B5B. Windows color (decimal): -9744025 or 6771051. OLE color: 6771051.
HSL color Cylindrical-coordinate representation of color #6B5167: hue angle of 309.23º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6B5167 is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 81 | 103 | - |
| CMYK | 0 | 0.24 | 0.04 | 0.58 |
| HSL | 309.23º | 0.14% | 0.37% | - |
| HSV(B) | 309.23º | 0.24% | 0.42% | - |
| XYZ | 11.45 | 9.99 | 14.16 | - |
| YUV | 91.28 | 134.61 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 81 | 103 | 0 | 0.24 | 0.04 | 0.58 | 309.23 | 0.14 | 0.37 |
| Hex | 6B | 51 | 67 | 0 | 18 | 4 | 3A | 135 | E | 25 |
| Octal | 153 | 121 | 147 | 0 | 30 | 4 | 72 | 465 | 16 | 45 |
| Binary | 1101011 | 1010001 | 1100111 | 0 | 11000 | 100 | 111010 | 100110101 | 1110 | 100101 |
Color Harmonies of #6B5167
Complementary color
Monochromatic Colors of #6B5167
Black with #6B5167
Text Example
Text Example
White with #6B5167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5167; }
p { color: rgb(107,81,103); }
H1.HeaderClassName
{
color: #6B5167;
}
.AnyTagClassName
{
color: #6B5167;
}
</style>
background-color css
<style>
a { background-color: #6B5167; }
a { background-color: rgb(107,81,103); }
div.DivClassName
{
background-color: #6B5167;
}
.BgClassName
{
background-color: #6B5167;
}
</style>
border-color css
<style>
span { border-color: #6B5167; }
span { border-color: rgb(107,81,103); }
td.TdClassName
{
border-color: #6B5167;
}
.TagClassName
{
border-color: #6B5167;
}
</style>