Shades of Teal #06778C
Tints of Teal #06778C
RGB
CMYK
RGB Variations
Color information
#06778C (or 0x06778C) is known color: Teal. HEX triplet: 06, 77 and 8C. RGB value is (6,119,140). Sum of RGB (Red+Green+Blue) = 6+119+140=265 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.26% from 265); Green value is 119 (46.88% from 255 or 44.91% from 265); Blue value is 140 (55.08% from 255 or 52.83% from 265); Max value from RGB is 140 - color contains mainly: blue. Hex color #06778C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #06778C is #F98873. Grayscale: #575757. Windows color (decimal): -16353396 or 9205510. OLE color: 9205510.
HSL color Cylindrical-coordinate representation of color #06778C: hue angle of 189.4º 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 #06778C is Cyan = 0.96, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 6 | 119 | 140 | - |
| CMYK | 0.96 | 0.15 | 0 | 0.45 |
| HSL | 189.4º | 0.92% | 0.29% | - |
| HSV(B) | 189.4º | 0.96% | 0.55% | - |
| XYZ | 11.41 | 15.13 | 27.13 | - |
| YUV | 87.61 | 157.56 | 69.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 119 | 140 | 0.96 | 0.15 | 0 | 0.45 | 189.4 | 0.92 | 0.29 |
| Hex | 6 | 77 | 8C | 60 | F | 0 | 2D | BD | 5C | 1D |
| Octal | 6 | 167 | 214 | 140 | 17 | 0 | 55 | 275 | 134 | 35 |
| Binary | 110 | 1110111 | 10001100 | 1100000 | 1111 | 0 | 101101 | 10111101 | 1011100 | 11101 |
Color Harmonies of #06778C
Complementary color
Monochromatic Colors of #06778C
Black with #06778C
Text Example
Text Example
White with #06778C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06778C; }
p { color: rgb(6,119,140); }
H1.HeaderClassName
{
color: #06778C;
}
.AnyTagClassName
{
color: #06778C;
}
</style>
background-color css
<style>
a { background-color: #06778C; }
a { background-color: rgb(6,119,140); }
div.DivClassName
{
background-color: #06778C;
}
.BgClassName
{
background-color: #06778C;
}
</style>
border-color css
<style>
span { border-color: #06778C; }
span { border-color: rgb(6,119,140); }
td.TdClassName
{
border-color: #06778C;
}
.TagClassName
{
border-color: #06778C;
}
</style>