Shades of Salt Box #6B4E62
Tints of Salt Box #6B4E62
RGB
CMYK
RGB Variations
Color information
#6B4E62 (or 0x6B4E62) is known color: Salt Box. HEX triplet: 6B, 4E and 62. RGB value is (107,78,98). Sum of RGB (Red+Green+Blue) = 107+78+98=283 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.81% from 283); Green value is 78 (30.86% from 255 or 27.56% from 283); Blue value is 98 (38.67% from 255 or 34.63% from 283); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4E62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B4E62 is #94B19D. Grayscale: #585858. Windows color (decimal): -9744798 or 6442603. OLE color: 6442603.
HSL color Cylindrical-coordinate representation of color #6B4E62: hue angle of 318.62º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6B4E62 is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 78 | 98 | - |
| CMYK | 0 | 0.27 | 0.08 | 0.58 |
| HSL | 318.62º | 0.16% | 0.36% | - |
| HSV(B) | 318.62º | 0.27% | 0.42% | - |
| XYZ | 10.99 | 9.46 | 12.8 | - |
| YUV | 88.95 | 133.11 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 78 | 98 | 0 | 0.27 | 0.08 | 0.58 | 318.62 | 0.16 | 0.36 |
| Hex | 6B | 4E | 62 | 0 | 1B | 8 | 3A | 13F | 10 | 24 |
| Octal | 153 | 116 | 142 | 0 | 33 | 10 | 72 | 477 | 20 | 44 |
| Binary | 1101011 | 1001110 | 1100010 | 0 | 11011 | 1000 | 111010 | 100111111 | 10000 | 100100 |
Color Harmonies of #6B4E62
Complementary color
Monochromatic Colors of #6B4E62
Black with #6B4E62
Text Example
Text Example
White with #6B4E62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4E62; }
p { color: rgb(107,78,98); }
H1.HeaderClassName
{
color: #6B4E62;
}
.AnyTagClassName
{
color: #6B4E62;
}
</style>
background-color css
<style>
a { background-color: #6B4E62; }
a { background-color: rgb(107,78,98); }
div.DivClassName
{
background-color: #6B4E62;
}
.BgClassName
{
background-color: #6B4E62;
}
</style>
border-color css
<style>
span { border-color: #6B4E62; }
span { border-color: rgb(107,78,98); }
td.TdClassName
{
border-color: #6B4E62;
}
.TagClassName
{
border-color: #6B4E62;
}
</style>