Shades of Salt Box #6B5066
Tints of Salt Box #6B5066
RGB
CMYK
RGB Variations
Color information
#6B5066 (or 0x6B5066) is known color: Salt Box. HEX triplet: 6B, 50 and 66. RGB value is (107,80,102). Sum of RGB (Red+Green+Blue) = 107+80+102=289 (38% of max value = 765). Red value is 107 (42.19% from 255 or 37.02% from 289); Green value is 80 (31.64% from 255 or 27.68% from 289); Blue value is 102 (40.23% from 255 or 35.29% from 289); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5066 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5066 is #94AF99. Grayscale: #5A5A5A. Windows color (decimal): -9744282 or 6705259. OLE color: 6705259.
HSL color Cylindrical-coordinate representation of color #6B5066: hue angle of 311.11º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6B5066 is Cyan = 0, Magento = 0.25, Yellow = 0.05 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 80 | 102 | - |
| CMYK | 0 | 0.25 | 0.05 | 0.58 |
| HSL | 311.11º | 0.14% | 0.37% | - |
| HSV(B) | 311.11º | 0.25% | 0.42% | - |
| XYZ | 11.33 | 9.82 | 13.87 | - |
| YUV | 90.58 | 134.45 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 80 | 102 | 0 | 0.25 | 0.05 | 0.58 | 311.11 | 0.14 | 0.37 |
| Hex | 6B | 50 | 66 | 0 | 19 | 5 | 3A | 137 | E | 25 |
| Octal | 153 | 120 | 146 | 0 | 31 | 5 | 72 | 467 | 16 | 45 |
| Binary | 1101011 | 1010000 | 1100110 | 0 | 11001 | 101 | 111010 | 100110111 | 1110 | 100101 |
Color Harmonies of #6B5066
Complementary color
Monochromatic Colors of #6B5066
Black with #6B5066
Text Example
Text Example
White with #6B5066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5066; }
p { color: rgb(107,80,102); }
H1.HeaderClassName
{
color: #6B5066;
}
.AnyTagClassName
{
color: #6B5066;
}
</style>
background-color css
<style>
a { background-color: #6B5066; }
a { background-color: rgb(107,80,102); }
div.DivClassName
{
background-color: #6B5066;
}
.BgClassName
{
background-color: #6B5066;
}
</style>
border-color css
<style>
span { border-color: #6B5066; }
span { border-color: rgb(107,80,102); }
td.TdClassName
{
border-color: #6B5066;
}
.TagClassName
{
border-color: #6B5066;
}
</style>