Shades of Deep Teal #06493B
Tints of Deep Teal #06493B
RGB
CMYK
RGB Variations
Color information
#06493B (or 0x06493B) is known color: Deep Teal. HEX triplet: 06, 49 and 3B. RGB value is (6,73,59). Sum of RGB (Red+Green+Blue) = 6+73+59=138 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.35% from 138); Green value is 73 (28.91% from 255 or 52.90% from 138); Blue value is 59 (23.44% from 255 or 42.75% from 138); Max value from RGB is 73 - color contains mainly: green. Hex color #06493B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06493B is #F9B6C4. Grayscale: #333333. Windows color (decimal): -16365253 or 3885318. OLE color: 3885318.
HSL color Cylindrical-coordinate representation of color #06493B: hue angle of 167.46º 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 #06493B is Cyan = 0.92, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 6 | 73 | 59 | - |
| CMYK | 0.92 | 0 | 0.19 | 0.71 |
| HSL | 167.46º | 0.85% | 0.15% | - |
| HSV(B) | 167.46º | 0.92% | 0.29% | - |
| XYZ | 3.25 | 5.12 | 4.95 | - |
| YUV | 51.37 | 132.3 | 95.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 73 | 59 | 0.92 | 0 | 0.19 | 0.71 | 167.46 | 0.85 | 0.15 |
| Hex | 6 | 49 | 3B | 5C | 0 | 13 | 47 | A7 | 55 | F |
| Octal | 6 | 111 | 73 | 134 | 0 | 23 | 107 | 247 | 125 | 17 |
| Binary | 110 | 1001001 | 111011 | 1011100 | 0 | 10011 | 1000111 | 10100111 | 1010101 | 1111 |
Color Harmonies of #06493B
Complementary color
Monochromatic Colors of #06493B
Black with #06493B
Text Example
Text Example
White with #06493B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06493B; }
p { color: rgb(6,73,59); }
H1.HeaderClassName
{
color: #06493B;
}
.AnyTagClassName
{
color: #06493B;
}
</style>
background-color css
<style>
a { background-color: #06493B; }
a { background-color: rgb(6,73,59); }
div.DivClassName
{
background-color: #06493B;
}
.BgClassName
{
background-color: #06493B;
}
</style>
border-color css
<style>
span { border-color: #06493B; }
span { border-color: rgb(6,73,59); }
td.TdClassName
{
border-color: #06493B;
}
.TagClassName
{
border-color: #06493B;
}
</style>