Shades of Salt Box #6A5A67
Tints of Salt Box #6A5A67
RGB
CMYK
RGB Variations
Color information
#6A5A67 (or 0x6A5A67) is known color: Salt Box. HEX triplet: 6A, 5A and 67. RGB value is (106,90,103). Sum of RGB (Red+Green+Blue) = 106+90+103=299 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.45% from 299); Green value is 90 (35.55% from 255 or 30.10% from 299); Blue value is 103 (40.62% from 255 or 34.45% from 299); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5A67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5A67 is #95A598. Grayscale: #606060. Windows color (decimal): -9807257 or 6773354. OLE color: 6773354.
HSL color Cylindrical-coordinate representation of color #6A5A67: hue angle of 311.25º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #6A5A67 is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 90 | 103 | - |
| CMYK | 0 | 0.15 | 0.03 | 0.58 |
| HSL | 311.25º | 0.08% | 0.38% | - |
| HSV(B) | 311.25º | 0.15% | 0.42% | - |
| XYZ | 12.05 | 11.36 | 14.39 | - |
| YUV | 96.27 | 131.8 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 90 | 103 | 0 | 0.15 | 0.03 | 0.58 | 311.25 | 0.08 | 0.38 |
| Hex | 6A | 5A | 67 | 0 | F | 3 | 3A | 137 | 8 | 26 |
| Octal | 152 | 132 | 147 | 0 | 17 | 3 | 72 | 467 | 10 | 46 |
| Binary | 1101010 | 1011010 | 1100111 | 0 | 1111 | 11 | 111010 | 100110111 | 1000 | 100110 |
Color Harmonies of #6A5A67
Complementary color
Monochromatic Colors of #6A5A67
Black with #6A5A67
Text Example
Text Example
White with #6A5A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A5A67; }
p { color: rgb(106,90,103); }
H1.HeaderClassName
{
color: #6A5A67;
}
.AnyTagClassName
{
color: #6A5A67;
}
</style>
background-color css
<style>
a { background-color: #6A5A67; }
a { background-color: rgb(106,90,103); }
div.DivClassName
{
background-color: #6A5A67;
}
.BgClassName
{
background-color: #6A5A67;
}
</style>
border-color css
<style>
span { border-color: #6A5A67; }
span { border-color: rgb(106,90,103); }
td.TdClassName
{
border-color: #6A5A67;
}
.TagClassName
{
border-color: #6A5A67;
}
</style>