Shades of Deep Teal #06493A
Tints of Deep Teal #06493A
RGB
CMYK
RGB Variations
Color information
#06493A (or 0x06493A) is known color: Deep Teal. HEX triplet: 06, 49 and 3A. RGB value is (6,73,58). Sum of RGB (Red+Green+Blue) = 6+73+58=137 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.38% from 137); Green value is 73 (28.91% from 255 or 53.28% from 137); Blue value is 58 (23.05% from 255 or 42.34% from 137); Max value from RGB is 73 - color contains mainly: green. Hex color #06493A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06493A is #F9B6C5. Grayscale: #333333. Windows color (decimal): -16365254 or 3819782. OLE color: 3819782.
HSL color Cylindrical-coordinate representation of color #06493A: hue angle of 166.57º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #06493A is Cyan = 0.92, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 6 | 73 | 58 | - |
| CMYK | 0.92 | 0 | 0.21 | 0.71 |
| HSL | 166.57º | 0.85% | 0.15% | - |
| HSV(B) | 166.57º | 0.92% | 0.29% | - |
| XYZ | 3.22 | 5.11 | 4.82 | - |
| YUV | 51.26 | 131.8 | 95.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 73 | 58 | 0.92 | 0 | 0.21 | 0.71 | 166.57 | 0.85 | 0.15 |
| Hex | 6 | 49 | 3A | 5C | 0 | 15 | 47 | A7 | 55 | F |
| Octal | 6 | 111 | 72 | 134 | 0 | 25 | 107 | 247 | 125 | 17 |
| Binary | 110 | 1001001 | 111010 | 1011100 | 0 | 10101 | 1000111 | 10100111 | 1010101 | 1111 |
Color Harmonies of #06493A
Complementary color
Monochromatic Colors of #06493A
Black with #06493A
Text Example
Text Example
White with #06493A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06493A; }
p { color: rgb(6,73,58); }
H1.HeaderClassName
{
color: #06493A;
}
.AnyTagClassName
{
color: #06493A;
}
</style>
background-color css
<style>
a { background-color: #06493A; }
a { background-color: rgb(6,73,58); }
div.DivClassName
{
background-color: #06493A;
}
.BgClassName
{
background-color: #06493A;
}
</style>
border-color css
<style>
span { border-color: #06493A; }
span { border-color: rgb(6,73,58); }
td.TdClassName
{
border-color: #06493A;
}
.TagClassName
{
border-color: #06493A;
}
</style>