Shades of Salt Box #6A4E67
Tints of Salt Box #6A4E67
RGB
CMYK
RGB Variations
Color information
#6A4E67 (or 0x6A4E67) is known color: Salt Box. HEX triplet: 6A, 4E and 67. RGB value is (106,78,103). Sum of RGB (Red+Green+Blue) = 106+78+103=287 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.93% from 287); Green value is 78 (30.86% from 255 or 27.18% from 287); Blue value is 103 (40.62% from 255 or 35.89% from 287); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4E67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A4E67 is #95B198. Grayscale: #595959. Windows color (decimal): -9810329 or 6770282. OLE color: 6770282.
HSL color Cylindrical-coordinate representation of color #6A4E67: hue angle of 306.43º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6A4E67 is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 78 | 103 | - |
| CMYK | 0 | 0.26 | 0.03 | 0.58 |
| HSL | 306.43º | 0.15% | 0.36% | - |
| HSV(B) | 306.43º | 0.26% | 0.42% | - |
| XYZ | 11.12 | 9.49 | 14.08 | - |
| YUV | 89.22 | 135.78 | 139.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 78 | 103 | 0 | 0.26 | 0.03 | 0.58 | 306.43 | 0.15 | 0.36 |
| Hex | 6A | 4E | 67 | 0 | 1A | 3 | 3A | 132 | F | 24 |
| Octal | 152 | 116 | 147 | 0 | 32 | 3 | 72 | 462 | 17 | 44 |
| Binary | 1101010 | 1001110 | 1100111 | 0 | 11010 | 11 | 111010 | 100110010 | 1111 | 100100 |
Color Harmonies of #6A4E67
Complementary color
Monochromatic Colors of #6A4E67
Black with #6A4E67
Text Example
Text Example
White with #6A4E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A4E67; }
p { color: rgb(106,78,103); }
H1.HeaderClassName
{
color: #6A4E67;
}
.AnyTagClassName
{
color: #6A4E67;
}
</style>
background-color css
<style>
a { background-color: #6A4E67; }
a { background-color: rgb(106,78,103); }
div.DivClassName
{
background-color: #6A4E67;
}
.BgClassName
{
background-color: #6A4E67;
}
</style>
border-color css
<style>
span { border-color: #6A4E67; }
span { border-color: rgb(106,78,103); }
td.TdClassName
{
border-color: #6A4E67;
}
.TagClassName
{
border-color: #6A4E67;
}
</style>