Shades of Teal #066E87
Tints of Teal #066E87
RGB
CMYK
RGB Variations
Color information
#066E87 (or 0x066E87) is known color: Teal. HEX triplet: 06, 6E and 87. RGB value is (6,110,135). Sum of RGB (Red+Green+Blue) = 6+110+135=251 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.39% from 251); Green value is 110 (43.36% from 255 or 43.82% from 251); Blue value is 135 (53.12% from 255 or 53.78% from 251); Max value from RGB is 135 - color contains mainly: blue. Hex color #066E87 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066E87 is #F99178. Grayscale: #515151. Windows color (decimal): -16355705 or 8875526. OLE color: 8875526.
HSL color Cylindrical-coordinate representation of color #066E87: hue angle of 191.63º degrees, saturation: 0.91, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #066E87 is Cyan = 0.96, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 6 | 110 | 135 | - |
| CMYK | 0.96 | 0.19 | 0 | 0.47 |
| HSL | 191.63º | 0.91% | 0.28% | - |
| HSV(B) | 191.63º | 0.96% | 0.53% | - |
| XYZ | 10.02 | 12.94 | 24.89 | - |
| YUV | 81.75 | 158.04 | 73.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 110 | 135 | 0.96 | 0.19 | 0 | 0.47 | 191.63 | 0.91 | 0.28 |
| Hex | 6 | 6E | 87 | 60 | 13 | 0 | 2F | C0 | 5B | 1C |
| Octal | 6 | 156 | 207 | 140 | 23 | 0 | 57 | 300 | 133 | 34 |
| Binary | 110 | 1101110 | 10000111 | 1100000 | 10011 | 0 | 101111 | 11000000 | 1011011 | 11100 |
Color Harmonies of #066E87
Complementary color
Monochromatic Colors of #066E87
Black with #066E87
Text Example
Text Example
White with #066E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066E87; }
p { color: rgb(6,110,135); }
H1.HeaderClassName
{
color: #066E87;
}
.AnyTagClassName
{
color: #066E87;
}
</style>
background-color css
<style>
a { background-color: #066E87; }
a { background-color: rgb(6,110,135); }
div.DivClassName
{
background-color: #066E87;
}
.BgClassName
{
background-color: #066E87;
}
</style>
border-color css
<style>
span { border-color: #066E87; }
span { border-color: rgb(6,110,135); }
td.TdClassName
{
border-color: #066E87;
}
.TagClassName
{
border-color: #066E87;
}
</style>