Shades of Teal #06708D
Tints of Teal #06708D
RGB
CMYK
RGB Variations
Color information
#06708D (or 0x06708D) is known color: Teal. HEX triplet: 06, 70 and 8D. RGB value is (6,112,141). Sum of RGB (Red+Green+Blue) = 6+112+141=259 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.32% from 259); Green value is 112 (44.14% from 255 or 43.24% from 259); Blue value is 141 (55.47% from 255 or 54.44% from 259); Max value from RGB is 141 - color contains mainly: blue. Hex color #06708D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #06708D is #F98F72. Grayscale: #535353. Windows color (decimal): -16355187 or 9269254. OLE color: 9269254.
HSL color Cylindrical-coordinate representation of color #06708D: hue angle of 192.89º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06708D is Cyan = 0.96, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 6 | 112 | 141 | - |
| CMYK | 0.96 | 0.21 | 0 | 0.45 |
| HSL | 192.89º | 0.92% | 0.29% | - |
| HSV(B) | 192.89º | 0.96% | 0.55% | - |
| XYZ | 10.68 | 13.55 | 27.25 | - |
| YUV | 83.61 | 160.38 | 72.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 112 | 141 | 0.96 | 0.21 | 0 | 0.45 | 192.89 | 0.92 | 0.29 |
| Hex | 6 | 70 | 8D | 60 | 15 | 0 | 2D | C1 | 5C | 1D |
| Octal | 6 | 160 | 215 | 140 | 25 | 0 | 55 | 301 | 134 | 35 |
| Binary | 110 | 1110000 | 10001101 | 1100000 | 10101 | 0 | 101101 | 11000001 | 1011100 | 11101 |
Color Harmonies of #06708D
Complementary color
Monochromatic Colors of #06708D
Black with #06708D
Text Example
Text Example
White with #06708D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06708D; }
p { color: rgb(6,112,141); }
H1.HeaderClassName
{
color: #06708D;
}
.AnyTagClassName
{
color: #06708D;
}
</style>
background-color css
<style>
a { background-color: #06708D; }
a { background-color: rgb(6,112,141); }
div.DivClassName
{
background-color: #06708D;
}
.BgClassName
{
background-color: #06708D;
}
</style>
border-color css
<style>
span { border-color: #06708D; }
span { border-color: rgb(6,112,141); }
td.TdClassName
{
border-color: #06708D;
}
.TagClassName
{
border-color: #06708D;
}
</style>