Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
Moody Blue | 6976D6 | #6976D6 | 105, 118, 214 | 41.18, 46.27, 83.92 | 50.93, 44.86, 0, 16.08 | 232.84403669725, 50.934579439252, 83.921568627451 |
Color #6976d6 is Moody Blue. In RGB: 41.18, 46.27, 83.92. In CMYK: 50.93, 44.86, 0, 16.08.
div { background: #6976d6; color: #000; }
div { background: #6976d6; color: #fff; }
div { background: linear-gradient(to bottom, #4C5DBA 0%, #8690F3 100%); color: #000; }
div { background: linear-gradient(to bottom, #8690F3 0%, #4C5DBA 100%); color: #000; }
div { background: linear-gradient(to bottom, #4C5DBA 0%, #8690F3 100%); color: #fff; }
div { background: linear-gradient(to bottom, #8690F3 0%, #4C5DBA 100%); color: #fff; }
div { border: 1px solid #6976d6; }
div { border: 5px solid #6976d6; }
div { border: 1px dashed #6976d6; }
div { border: 5px dashed #6976d6; }
div { border: 1px dotted #6976d6; }
div { border: 5px dotted #6976d6; }