#066F8C

Color #066F8C Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teal #066F8C

Tints of Teal #066F8C

Color information

#066F8C (or 0x066F8C) is unknown color: approx Teal. HEX triplet: 06, 6F and 8C. RGB value is (6,111,140). Sum of RGB (Red+Green+Blue) = 6+111+140=257 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.33% from 257); Green value is 111 (43.75% from 255 or 43.19% from 257); Blue value is 140 (55.08% from 255 or 54.47% from 257); Max value from RGB is 140 - color contains mainly: blue. Hex color #066F8C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066F8C is #F99073. Grayscale: #525252. Windows color (decimal): -16355444 or 9203462. OLE color: 9203462.

HSL color Cylindrical-coordinate representation of color #066F8C: hue angle of 192.99º 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 #066F8C is Cyan = 0.96, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6111140-
CMYK0.960.2100.45
HSL192.99º91.78%28.63%-
HSV(B)192.99º95.71%54.9%-
XYZ10.4913.326.83-
YUV82.91160.2173.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 6 (2.73% from 255) = 2.33%
GREEN value IS 111 (43.75% from 255) = 43.19%
BLUE value IS 140 (55.08% from 255) = 54.47%
R=2.33%
G=43.19%
B=54.47%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal61111400.960.2100.45192.9991.7828.63
Hex66F8C601502Dc15c1d
Octal61572141402505530113435
Binary110110111110001100110000010101010110111000001101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066F8C; }

 p { color: rgb(6,111,140); }

 H1.HeaderClassName
 {
   color: #066F8C;
 }
 .AnyTagClassName
 {
   color: #066F8C;
 }
</style>
background-color css

<style>
 a { background-color: #066F8C; }

 a { background-color: rgb(6,111,140); }

 div.DivClassName
 {
   background-color: #066F8C;
 }
 .BgClassName
 {
   background-color: #066F8C;
 }
</style>
border-color css

<style>
 span { border-color: #066F8C; }

 span { border-color: rgb(6,111,140); }

 td.TdClassName
 {
   border-color: #066F8C;
 }
 .TagClassName
 {
   border-color: #066F8C;
 }
</style>