Html Css Color HEX #067089 Teal

📋 copy color: '#067089'

red 6 ◦ green 112 ◦ blue 137

#067089
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Teal #067089

Tints of Teal #067089

RGB

 RED value IS 6 (2.73% from 255) = 2.35%

 GREEN value IS 112 (44.14% from 255) = 43.92%

 BLUE value IS 137 (53.91% from 255) = 53.73%

R = 2.35%
G = 43.92%
B = 53.73%

CMYK

 C value IS 0.96

 M value IS 0.18

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#067089 (or 0x067089) is known color: Teal. HEX triplet: 06, 70 and 89. RGB value is (6,112,137). Sum of RGB (Red+Green+Blue) = 6+112+137=255 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.35% from 255); Green value is 112 (44.14% from 255 or 43.92% from 255); Blue value is 137 (53.91% from 255 or 53.73% from 255); Max value from RGB is 137 - color contains mainly: blue. Hex color #067089 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067089 is #F98F76. Grayscale: #525252. Windows color (decimal): -16355191 or 9007110. OLE color: 9007110.

HSL color Cylindrical-coordinate representation of color #067089: hue angle of 191.45º 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 #067089 is Cyan = 0.96, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 6 112 137 -
CMYK 0.96 0.18 0 0.46
HSL 191.45º 0.92% 0.28% -
HSV(B) 191.45º 0.96% 0.54% -
XYZ 10.38 13.43 25.71 -
YUV 83.16 158.38 72.97 -
System Red Green Blue C M Y K H S L
Decimal 6 112 137 0.96 0.18 0 0.46 191.45 0.92 0.28
Hex 6 70 89 60 12 0 2E BF 5C 1C
Octal 6 160 211 140 22 0 56 277 134 34
Binary 110 1110000 10001001 1100000 10010 0 101110 10111111 1011100 11100

Color Harmonies of #067089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067089

Black with #067089

Text Example


Text Example

White with #067089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067089; }

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

 H1.HeaderClassName
 {
   color: #067089;
 }
 .AnyTagClassName
 {
   color: #067089;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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