Shades of Deep Teal #064537
Tints of Deep Teal #064537
RGB
CMYK
RGB Variations
Color information
#064537 (or 0x064537) is known color: Deep Teal. HEX triplet: 06, 45 and 37. RGB value is (6,69,55). Sum of RGB (Red+Green+Blue) = 6+69+55=130 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.62% from 130); Green value is 69 (27.34% from 255 or 53.08% from 130); Blue value is 55 (21.88% from 255 or 42.31% from 130); Max value from RGB is 69 - color contains mainly: green. Hex color #064537 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064537 is #F9BAC8. Grayscale: #303030. Windows color (decimal): -16366281 or 3622150. OLE color: 3622150.
HSL color Cylindrical-coordinate representation of color #064537: hue angle of 166.67º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #064537 is Cyan = 0.91, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 6 | 69 | 55 | - |
| CMYK | 0.91 | 0 | 0.20 | 0.73 |
| HSL | 166.67º | 0.84% | 0.15% | - |
| HSV(B) | 166.67º | 0.91% | 0.27% | - |
| XYZ | 2.89 | 4.57 | 4.34 | - |
| YUV | 48.57 | 131.63 | 97.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 69 | 55 | 0.91 | 0 | 0.20 | 0.73 | 166.67 | 0.84 | 0.15 |
| Hex | 6 | 45 | 37 | 5B | 0 | 14 | 49 | A7 | 54 | F |
| Octal | 6 | 105 | 67 | 133 | 0 | 24 | 111 | 247 | 124 | 17 |
| Binary | 110 | 1000101 | 110111 | 1011011 | 0 | 10100 | 1001001 | 10100111 | 1010100 | 1111 |
Color Harmonies of #064537
Complementary color
Monochromatic Colors of #064537
Black with #064537
Text Example
Text Example
White with #064537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064537; }
p { color: rgb(6,69,55); }
H1.HeaderClassName
{
color: #064537;
}
.AnyTagClassName
{
color: #064537;
}
</style>
background-color css
<style>
a { background-color: #064537; }
a { background-color: rgb(6,69,55); }
div.DivClassName
{
background-color: #064537;
}
.BgClassName
{
background-color: #064537;
}
</style>
border-color css
<style>
span { border-color: #064537; }
span { border-color: rgb(6,69,55); }
td.TdClassName
{
border-color: #064537;
}
.TagClassName
{
border-color: #064537;
}
</style>