Shades of Deep Teal #06513B
Tints of Deep Teal #06513B
RGB
CMYK
RGB Variations
Color information
#06513B (or 0x06513B) is known color: Deep Teal. HEX triplet: 06, 51 and 3B. RGB value is (6,81,59). Sum of RGB (Red+Green+Blue) = 6+81+59=146 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.11% from 146); Green value is 81 (32.03% from 255 or 55.48% from 146); Blue value is 59 (23.44% from 255 or 40.41% from 146); Max value from RGB is 81 - color contains mainly: green. Hex color #06513B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06513B is #F9AEC4. Grayscale: #383838. Windows color (decimal): -16363205 or 3887366. OLE color: 3887366.
HSL color Cylindrical-coordinate representation of color #06513B: hue angle of 162.4º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06513B is Cyan = 0.93, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 6 | 81 | 59 | - |
| CMYK | 0.93 | 0 | 0.27 | 0.68 |
| HSL | 162.4º | 0.86% | 0.17% | - |
| HSV(B) | 162.4º | 0.93% | 0.32% | - |
| XYZ | 3.81 | 6.24 | 5.14 | - |
| YUV | 56.07 | 129.65 | 92.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 81 | 59 | 0.93 | 0 | 0.27 | 0.68 | 162.4 | 0.86 | 0.17 |
| Hex | 6 | 51 | 3B | 5D | 0 | 1B | 44 | A2 | 56 | 11 |
| Octal | 6 | 121 | 73 | 135 | 0 | 33 | 104 | 242 | 126 | 21 |
| Binary | 110 | 1010001 | 111011 | 1011101 | 0 | 11011 | 1000100 | 10100010 | 1010110 | 10001 |
Color Harmonies of #06513B
Complementary color
Monochromatic Colors of #06513B
Black with #06513B
Text Example
Text Example
White with #06513B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06513B; }
p { color: rgb(6,81,59); }
H1.HeaderClassName
{
color: #06513B;
}
.AnyTagClassName
{
color: #06513B;
}
</style>
background-color css
<style>
a { background-color: #06513B; }
a { background-color: rgb(6,81,59); }
div.DivClassName
{
background-color: #06513B;
}
.BgClassName
{
background-color: #06513B;
}
</style>
border-color css
<style>
span { border-color: #06513B; }
span { border-color: rgb(6,81,59); }
td.TdClassName
{
border-color: #06513B;
}
.TagClassName
{
border-color: #06513B;
}
</style>