Shades of Salt Box #6B5466
Tints of Salt Box #6B5466
RGB
CMYK
RGB Variations
Color information
#6B5466 (or 0x6B5466) is known color: Salt Box. HEX triplet: 6B, 54 and 66. RGB value is (107,84,102). Sum of RGB (Red+Green+Blue) = 107+84+102=293 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.52% from 293); Green value is 84 (33.20% from 255 or 28.67% from 293); Blue value is 102 (40.23% from 255 or 34.81% from 293); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5466 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5466 is #94AB99. Grayscale: #5C5C5C. Windows color (decimal): -9743258 or 6706283. OLE color: 6706283.
HSL color Cylindrical-coordinate representation of color #6B5466: hue angle of 313.04º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6B5466 is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 84 | 102 | - |
| CMYK | 0 | 0.21 | 0.05 | 0.58 |
| HSL | 313.04º | 0.12% | 0.37% | - |
| HSV(B) | 313.04º | 0.21% | 0.42% | - |
| XYZ | 11.63 | 10.43 | 13.97 | - |
| YUV | 92.93 | 133.12 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 84 | 102 | 0 | 0.21 | 0.05 | 0.58 | 313.04 | 0.12 | 0.37 |
| Hex | 6B | 54 | 66 | 0 | 15 | 5 | 3A | 139 | C | 25 |
| Octal | 153 | 124 | 146 | 0 | 25 | 5 | 72 | 471 | 14 | 45 |
| Binary | 1101011 | 1010100 | 1100110 | 0 | 10101 | 101 | 111010 | 100111001 | 1100 | 100101 |
Color Harmonies of #6B5466
Complementary color
Monochromatic Colors of #6B5466
Black with #6B5466
Text Example
Text Example
White with #6B5466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5466; }
p { color: rgb(107,84,102); }
H1.HeaderClassName
{
color: #6B5466;
}
.AnyTagClassName
{
color: #6B5466;
}
</style>
background-color css
<style>
a { background-color: #6B5466; }
a { background-color: rgb(107,84,102); }
div.DivClassName
{
background-color: #6B5466;
}
.BgClassName
{
background-color: #6B5466;
}
</style>
border-color css
<style>
span { border-color: #6B5466; }
span { border-color: rgb(107,84,102); }
td.TdClassName
{
border-color: #6B5466;
}
.TagClassName
{
border-color: #6B5466;
}
</style>