Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
Teal Blue | 06506A | #06506A | 6, 80, 106 | 2.35, 31.37, 41.57 | 94.34, 24.53, 0, 58.43 | 195.6, 94.339622641509, 41.56862745098 |
Color #06506a is Teal Blue. In RGB: 2.35, 31.37, 41.57. In CMYK: 94.34, 24.53, 0, 58.43.
div { background: #06506a; color: #000; }
div { background: #06506a; color: #fff; }
div { background: linear-gradient(to bottom, #003952 0%, #2C6883 100%); color: #000; }
div { background: linear-gradient(to bottom, #2C6883 0%, #003952 100%); color: #000; }
div { background: linear-gradient(to bottom, #003952 0%, #2C6883 100%); color: #fff; }
div { background: linear-gradient(to bottom, #2C6883 0%, #003952 100%); color: #fff; }
div { border: 1px solid #06506a; }
div { border: 5px solid #06506a; }
div { border: 1px dashed #06506a; }
div { border: 5px dashed #06506a; }
div { border: 1px dotted #06506a; }
div { border: 5px dotted #06506a; }