Shades of Salt Box #6B5C67
Tints of Salt Box #6B5C67
RGB
CMYK
RGB Variations
Color information
#6B5C67 (or 0x6B5C67) is known color: Salt Box. HEX triplet: 6B, 5C and 67. RGB value is (107,92,103). Sum of RGB (Red+Green+Blue) = 107+92+103=302 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.43% from 302); Green value is 92 (36.33% from 255 or 30.46% from 302); Blue value is 103 (40.62% from 255 or 34.11% from 302); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5C67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5C67 is #94A398. Grayscale: #616161. Windows color (decimal): -9741209 or 6773867. OLE color: 6773867.
HSL color Cylindrical-coordinate representation of color #6B5C67: hue angle of 316º degrees, saturation: 0.08, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #6B5C67 is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 92 | 103 | - |
| CMYK | 0 | 0.14 | 0.04 | 0.58 |
| HSL | 316º | 0.08% | 0.39% | - |
| HSV(B) | 316º | 0.14% | 0.42% | - |
| XYZ | 12.34 | 11.76 | 14.45 | - |
| YUV | 97.74 | 130.97 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 92 | 103 | 0 | 0.14 | 0.04 | 0.58 | 316 | 0.08 | 0.39 |
| Hex | 6B | 5C | 67 | 0 | E | 4 | 3A | 13C | 8 | 27 |
| Octal | 153 | 134 | 147 | 0 | 16 | 4 | 72 | 474 | 10 | 47 |
| Binary | 1101011 | 1011100 | 1100111 | 0 | 1110 | 100 | 111010 | 100111100 | 1000 | 100111 |
Color Harmonies of #6B5C67
Complementary color
Monochromatic Colors of #6B5C67
Black with #6B5C67
Text Example
Text Example
White with #6B5C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5C67; }
p { color: rgb(107,92,103); }
H1.HeaderClassName
{
color: #6B5C67;
}
.AnyTagClassName
{
color: #6B5C67;
}
</style>
background-color css
<style>
a { background-color: #6B5C67; }
a { background-color: rgb(107,92,103); }
div.DivClassName
{
background-color: #6B5C67;
}
.BgClassName
{
background-color: #6B5C67;
}
</style>
border-color css
<style>
span { border-color: #6B5C67; }
span { border-color: rgb(107,92,103); }
td.TdClassName
{
border-color: #6B5C67;
}
.TagClassName
{
border-color: #6B5C67;
}
</style>