Shades of Salt Box #6A4B68
Tints of Salt Box #6A4B68
RGB
CMYK
RGB Variations
Color information
#6A4B68 (or 0x6A4B68) is known color: Salt Box. HEX triplet: 6A, 4B and 68. RGB value is (106,75,104). Sum of RGB (Red+Green+Blue) = 106+75+104=285 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.19% from 285); Green value is 75 (29.69% from 255 or 26.32% from 285); Blue value is 104 (41.02% from 255 or 36.49% from 285); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4B68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A4B68 is #95B497. Grayscale: #575757. Windows color (decimal): -9811096 or 6835050. OLE color: 6835050.
HSL color Cylindrical-coordinate representation of color #6A4B68: hue angle of 303.87º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6A4B68 is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 75 | 104 | - |
| CMYK | 0 | 0.29 | 0.02 | 0.58 |
| HSL | 303.87º | 0.17% | 0.35% | - |
| HSV(B) | 303.87º | 0.29% | 0.42% | - |
| XYZ | 10.96 | 9.1 | 14.27 | - |
| YUV | 87.58 | 137.27 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 75 | 104 | 0 | 0.29 | 0.02 | 0.58 | 303.87 | 0.17 | 0.35 |
| Hex | 6A | 4B | 68 | 0 | 1D | 2 | 3A | 130 | 11 | 23 |
| Octal | 152 | 113 | 150 | 0 | 35 | 2 | 72 | 460 | 21 | 43 |
| Binary | 1101010 | 1001011 | 1101000 | 0 | 11101 | 10 | 111010 | 100110000 | 10001 | 100011 |
Color Harmonies of #6A4B68
Complementary color
Monochromatic Colors of #6A4B68
Black with #6A4B68
Text Example
Text Example
White with #6A4B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A4B68; }
p { color: rgb(106,75,104); }
H1.HeaderClassName
{
color: #6A4B68;
}
.AnyTagClassName
{
color: #6A4B68;
}
</style>
background-color css
<style>
a { background-color: #6A4B68; }
a { background-color: rgb(106,75,104); }
div.DivClassName
{
background-color: #6A4B68;
}
.BgClassName
{
background-color: #6A4B68;
}
</style>
border-color css
<style>
span { border-color: #6A4B68; }
span { border-color: rgb(106,75,104); }
td.TdClassName
{
border-color: #6A4B68;
}
.TagClassName
{
border-color: #6A4B68;
}
</style>