Shades of Deep Teal #06473B
Tints of Deep Teal #06473B
RGB
CMYK
RGB Variations
Color information
#06473B (or 0x06473B) is known color: Deep Teal. HEX triplet: 06, 47 and 3B. RGB value is (6,71,59). Sum of RGB (Red+Green+Blue) = 6+71+59=136 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.41% from 136); Green value is 71 (28.12% from 255 or 52.21% from 136); Blue value is 59 (23.44% from 255 or 43.38% from 136); Max value from RGB is 71 - color contains mainly: green. Hex color #06473B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06473B is #F9B8C4. Grayscale: #323232. Windows color (decimal): -16365765 or 3884806. OLE color: 3884806.
HSL color Cylindrical-coordinate representation of color #06473B: hue angle of 168.92º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #06473B is Cyan = 0.92, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 6 | 71 | 59 | - |
| CMYK | 0.92 | 0 | 0.17 | 0.72 |
| HSL | 168.92º | 0.84% | 0.15% | - |
| HSV(B) | 168.92º | 0.92% | 0.28% | - |
| XYZ | 3.12 | 4.86 | 4.91 | - |
| YUV | 50.2 | 132.97 | 96.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 71 | 59 | 0.92 | 0 | 0.17 | 0.72 | 168.92 | 0.84 | 0.15 |
| Hex | 6 | 47 | 3B | 5C | 0 | 11 | 48 | A9 | 54 | F |
| Octal | 6 | 107 | 73 | 134 | 0 | 21 | 110 | 251 | 124 | 17 |
| Binary | 110 | 1000111 | 111011 | 1011100 | 0 | 10001 | 1001000 | 10101001 | 1010100 | 1111 |
Color Harmonies of #06473B
Complementary color
Monochromatic Colors of #06473B
Black with #06473B
Text Example
Text Example
White with #06473B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06473B; }
p { color: rgb(6,71,59); }
H1.HeaderClassName
{
color: #06473B;
}
.AnyTagClassName
{
color: #06473B;
}
</style>
background-color css
<style>
a { background-color: #06473B; }
a { background-color: rgb(6,71,59); }
div.DivClassName
{
background-color: #06473B;
}
.BgClassName
{
background-color: #06473B;
}
</style>
border-color css
<style>
span { border-color: #06473B; }
span { border-color: rgb(6,71,59); }
td.TdClassName
{
border-color: #06473B;
}
.TagClassName
{
border-color: #06473B;
}
</style>