Shades of Salt Box #6B5266
Tints of Salt Box #6B5266
RGB
CMYK
RGB Variations
Color information
#6B5266 (or 0x6B5266) is known color: Salt Box. HEX triplet: 6B, 52 and 66. RGB value is (107,82,102). Sum of RGB (Red+Green+Blue) = 107+82+102=291 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.77% from 291); Green value is 82 (32.42% from 255 or 28.18% from 291); Blue value is 102 (40.23% from 255 or 35.05% from 291); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5266 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5266 is #94AD99. Grayscale: #5B5B5B. Windows color (decimal): -9743770 or 6705771. OLE color: 6705771.
HSL color Cylindrical-coordinate representation of color #6B5266: hue angle of 312º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6B5266 is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 82 | 102 | - |
| CMYK | 0 | 0.23 | 0.05 | 0.58 |
| HSL | 312º | 0.13% | 0.37% | - |
| HSV(B) | 312º | 0.23% | 0.42% | - |
| XYZ | 11.48 | 10.12 | 13.92 | - |
| YUV | 91.76 | 133.78 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 82 | 102 | 0 | 0.23 | 0.05 | 0.58 | 312 | 0.13 | 0.37 |
| Hex | 6B | 52 | 66 | 0 | 17 | 5 | 3A | 138 | D | 25 |
| Octal | 153 | 122 | 146 | 0 | 27 | 5 | 72 | 470 | 15 | 45 |
| Binary | 1101011 | 1010010 | 1100110 | 0 | 10111 | 101 | 111010 | 100111000 | 1101 | 100101 |
Color Harmonies of #6B5266
Complementary color
Monochromatic Colors of #6B5266
Black with #6B5266
Text Example
Text Example
White with #6B5266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5266; }
p { color: rgb(107,82,102); }
H1.HeaderClassName
{
color: #6B5266;
}
.AnyTagClassName
{
color: #6B5266;
}
</style>
background-color css
<style>
a { background-color: #6B5266; }
a { background-color: rgb(107,82,102); }
div.DivClassName
{
background-color: #6B5266;
}
.BgClassName
{
background-color: #6B5266;
}
</style>
border-color css
<style>
span { border-color: #6B5266; }
span { border-color: rgb(107,82,102); }
td.TdClassName
{
border-color: #6B5266;
}
.TagClassName
{
border-color: #6B5266;
}
</style>