put background color on image code example
Example 1: background color and background image
background: url('images/checked.png'), #6DB3F2;
Example 2: background color and background image
background-color: #6DB3F2;
background-image: url('images/checked.png');