Shades of Deep Teal #064739
Tints of Deep Teal #064739
RGB
CMYK
RGB Variations
Color information
#064739 (or 0x064739) is known color: Deep Teal. HEX triplet: 06, 47 and 39. RGB value is (6,71,57). Sum of RGB (Red+Green+Blue) = 6+71+57=134 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.48% from 134); Green value is 71 (28.12% from 255 or 52.99% from 134); Blue value is 57 (22.66% from 255 or 42.54% from 134); Max value from RGB is 71 - color contains mainly: green. Hex color #064739 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064739 is #F9B8C6. Grayscale: #313131. Windows color (decimal): -16365767 or 3753734. OLE color: 3753734.
HSL color Cylindrical-coordinate representation of color #064739: hue angle of 167.08º 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 #064739 is Cyan = 0.92, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 6 | 71 | 57 | - |
| CMYK | 0.92 | 0 | 0.20 | 0.72 |
| HSL | 167.08º | 0.84% | 0.15% | - |
| HSV(B) | 167.08º | 0.92% | 0.28% | - |
| XYZ | 3.07 | 4.84 | 4.64 | - |
| YUV | 49.97 | 131.97 | 96.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 71 | 57 | 0.92 | 0 | 0.20 | 0.72 | 167.08 | 0.84 | 0.15 |
| Hex | 6 | 47 | 39 | 5C | 0 | 14 | 48 | A7 | 54 | F |
| Octal | 6 | 107 | 71 | 134 | 0 | 24 | 110 | 247 | 124 | 17 |
| Binary | 110 | 1000111 | 111001 | 1011100 | 0 | 10100 | 1001000 | 10100111 | 1010100 | 1111 |
Color Harmonies of #064739
Complementary color
Monochromatic Colors of #064739
Black with #064739
Text Example
Text Example
White with #064739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064739; }
p { color: rgb(6,71,57); }
H1.HeaderClassName
{
color: #064739;
}
.AnyTagClassName
{
color: #064739;
}
</style>
background-color css
<style>
a { background-color: #064739; }
a { background-color: rgb(6,71,57); }
div.DivClassName
{
background-color: #064739;
}
.BgClassName
{
background-color: #064739;
}
</style>
border-color css
<style>
span { border-color: #064739; }
span { border-color: rgb(6,71,57); }
td.TdClassName
{
border-color: #064739;
}
.TagClassName
{
border-color: #064739;
}
</style>