#067689

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

Shades of Teal #067689

Tints of Teal #067689

Color information

#067689 (or 0x067689) is unknown color: approx Teal. HEX triplet: 06, 76 and 89. RGB value is (6,118,137). Sum of RGB (Red+Green+Blue) = 6+118+137=261 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.30% from 261); Green value is 118 (46.48% from 255 or 45.21% from 261); Blue value is 137 (53.91% from 255 or 52.49% from 261); Max value from RGB is 137 - color contains mainly: blue. Hex color #067689 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067689 is #F98976. Grayscale: #565656. Windows color (decimal): -16353655 or 9008646. OLE color: 9008646.

HSL color Cylindrical-coordinate representation of color #067689: hue angle of 188.7º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #067689 is Cyan = 0.96, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB6118137-
CMYK0.960.1400.46
HSL188.7º91.61%28.04%-
HSV(B)188.7º95.62%53.73%-
XYZ11.0714.825.94-
YUV86.68156.3970.46-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.30%
GREEN value IS 118 (46.48% from 255) = 45.21%
BLUE value IS 137 (53.91% from 255) = 52.49%
R=2.30%
G=45.21%
B=52.49%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal61181370.960.1400.46188.791.6128.04
Hex6768960E02Ebd5c1c
Octal61662111401605627513434
Binary11011101101000100111000001110010111010111101101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #067689; }

 p { color: rgb(6,118,137); }

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

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

 a { background-color: rgb(6,118,137); }

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

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

 span { border-color: rgb(6,118,137); }

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