Shades of Deep Teal #06493C
Tints of Deep Teal #06493C
RGB
CMYK
RGB Variations
Color information
#06493C (or 0x06493C) is known color: Deep Teal. HEX triplet: 06, 49 and 3C. RGB value is (6,73,60). Sum of RGB (Red+Green+Blue) = 6+73+60=139 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.32% from 139); Green value is 73 (28.91% from 255 or 52.52% from 139); Blue value is 60 (23.83% from 255 or 43.17% from 139); Max value from RGB is 73 - color contains mainly: green. Hex color #06493C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06493C is #F9B6C3. Grayscale: #333333. Windows color (decimal): -16365252 or 3950854. OLE color: 3950854.
HSL color Cylindrical-coordinate representation of color #06493C: hue angle of 168.36º 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 #06493C is Cyan = 0.92, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 6 | 73 | 60 | - |
| CMYK | 0.92 | 0 | 0.18 | 0.71 |
| HSL | 168.36º | 0.85% | 0.15% | - |
| HSV(B) | 168.36º | 0.92% | 0.29% | - |
| XYZ | 3.27 | 5.13 | 5.09 | - |
| YUV | 51.49 | 132.8 | 95.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 73 | 60 | 0.92 | 0 | 0.18 | 0.71 | 168.36 | 0.85 | 0.15 |
| Hex | 6 | 49 | 3C | 5C | 0 | 12 | 47 | A8 | 55 | F |
| Octal | 6 | 111 | 74 | 134 | 0 | 22 | 107 | 250 | 125 | 17 |
| Binary | 110 | 1001001 | 111100 | 1011100 | 0 | 10010 | 1000111 | 10101000 | 1010101 | 1111 |
Color Harmonies of #06493C
Complementary color
Monochromatic Colors of #06493C
Black with #06493C
Text Example
Text Example
White with #06493C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06493C; }
p { color: rgb(6,73,60); }
H1.HeaderClassName
{
color: #06493C;
}
.AnyTagClassName
{
color: #06493C;
}
</style>
background-color css
<style>
a { background-color: #06493C; }
a { background-color: rgb(6,73,60); }
div.DivClassName
{
background-color: #06493C;
}
.BgClassName
{
background-color: #06493C;
}
</style>
border-color css
<style>
span { border-color: #06493C; }
span { border-color: rgb(6,73,60); }
td.TdClassName
{
border-color: #06493C;
}
.TagClassName
{
border-color: #06493C;
}
</style>