Shades of Salt Box #6B5C69
Tints of Salt Box #6B5C69
RGB
CMYK
RGB Variations
Color information
#6B5C69 (or 0x6B5C69) is known color: Salt Box. HEX triplet: 6B, 5C and 69. RGB value is (107,92,105). Sum of RGB (Red+Green+Blue) = 107+92+105=304 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.20% from 304); Green value is 92 (36.33% from 255 or 30.26% from 304); Blue value is 105 (41.41% from 255 or 34.54% from 304); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5C69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5C69 is #94A396. Grayscale: #616161. Windows color (decimal): -9741207 or 6904939. OLE color: 6904939.
HSL color Cylindrical-coordinate representation of color #6B5C69: hue angle of 308º 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 #6B5C69 is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 92 | 105 | - |
| CMYK | 0 | 0.14 | 0.02 | 0.58 |
| HSL | 308º | 0.08% | 0.39% | - |
| HSV(B) | 308º | 0.14% | 0.42% | - |
| XYZ | 12.44 | 11.8 | 14.99 | - |
| YUV | 97.97 | 131.97 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 92 | 105 | 0 | 0.14 | 0.02 | 0.58 | 308 | 0.08 | 0.39 |
| Hex | 6B | 5C | 69 | 0 | E | 2 | 3A | 134 | 8 | 27 |
| Octal | 153 | 134 | 151 | 0 | 16 | 2 | 72 | 464 | 10 | 47 |
| Binary | 1101011 | 1011100 | 1101001 | 0 | 1110 | 10 | 111010 | 100110100 | 1000 | 100111 |
Color Harmonies of #6B5C69
Complementary color
Monochromatic Colors of #6B5C69
Black with #6B5C69
Text Example
Text Example
White with #6B5C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5C69; }
p { color: rgb(107,92,105); }
H1.HeaderClassName
{
color: #6B5C69;
}
.AnyTagClassName
{
color: #6B5C69;
}
</style>
background-color css
<style>
a { background-color: #6B5C69; }
a { background-color: rgb(107,92,105); }
div.DivClassName
{
background-color: #6B5C69;
}
.BgClassName
{
background-color: #6B5C69;
}
</style>
border-color css
<style>
span { border-color: #6B5C69; }
span { border-color: rgb(107,92,105); }
td.TdClassName
{
border-color: #6B5C69;
}
.TagClassName
{
border-color: #6B5C69;
}
</style>