Shades of Salt Box #6A4F68
Tints of Salt Box #6A4F68
RGB
CMYK
RGB Variations
Color information
#6A4F68 (or 0x6A4F68) is known color: Salt Box. HEX triplet: 6A, 4F and 68. RGB value is (106,79,104). Sum of RGB (Red+Green+Blue) = 106+79+104=289 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.68% from 289); Green value is 79 (31.25% from 255 or 27.34% from 289); Blue value is 104 (41.02% from 255 or 35.99% from 289); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4F68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A4F68 is #95B097. Grayscale: #595959. Windows color (decimal): -9810072 or 6836074. OLE color: 6836074.
HSL color Cylindrical-coordinate representation of color #6A4F68: hue angle of 304.44º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6A4F68 is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 79 | 104 | - |
| CMYK | 0 | 0.25 | 0.02 | 0.58 |
| HSL | 304.44º | 0.15% | 0.36% | - |
| HSV(B) | 304.44º | 0.25% | 0.42% | - |
| XYZ | 11.24 | 9.66 | 14.37 | - |
| YUV | 89.92 | 135.95 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 79 | 104 | 0 | 0.25 | 0.02 | 0.58 | 304.44 | 0.15 | 0.36 |
| Hex | 6A | 4F | 68 | 0 | 19 | 2 | 3A | 130 | F | 24 |
| Octal | 152 | 117 | 150 | 0 | 31 | 2 | 72 | 460 | 17 | 44 |
| Binary | 1101010 | 1001111 | 1101000 | 0 | 11001 | 10 | 111010 | 100110000 | 1111 | 100100 |
Color Harmonies of #6A4F68
Complementary color
Monochromatic Colors of #6A4F68
Black with #6A4F68
Text Example
Text Example
White with #6A4F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A4F68; }
p { color: rgb(106,79,104); }
H1.HeaderClassName
{
color: #6A4F68;
}
.AnyTagClassName
{
color: #6A4F68;
}
</style>
background-color css
<style>
a { background-color: #6A4F68; }
a { background-color: rgb(106,79,104); }
div.DivClassName
{
background-color: #6A4F68;
}
.BgClassName
{
background-color: #6A4F68;
}
</style>
border-color css
<style>
span { border-color: #6A4F68; }
span { border-color: rgb(106,79,104); }
td.TdClassName
{
border-color: #6A4F68;
}
.TagClassName
{
border-color: #6A4F68;
}
</style>