CSS Color Background

Blue Gray

Pure CSS color background: #6699CC. Use this solid color for personal and commercial creative projects.

Preview

Blue Gray solid color background preview (#6699CC)

Color value: #6699CC

Available Resolutions

Choose any resolution to download this same solid color as JPG.

Download all sizes

CSS Code

.hero { background-color: #6699CC; }

HTML Code

<section class="hero blue-gray-bg"> <h2>Your content</h2> </section> <style> .blue-gray-bg { background-color: #6699CC; } </style>