Html Css Color HEX #067189 Teal

📋 copy color: '#067189'

red 6 ◦ green 113 ◦ blue 137

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

Shades of Teal #067189

Tints of Teal #067189

RGB

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

 GREEN value IS 113 (44.53% from 255) = 44.14%

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

R = 2.34%
G = 44.14%
B = 53.52%

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

#067189 (or 0x067189) is known color: Teal. HEX triplet: 06, 71 and 89. RGB value is (6,113,137). Sum of RGB (Red+Green+Blue) = 6+113+137=256 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.34% from 256); Green value is 113 (44.53% from 255 or 44.14% from 256); Blue value is 137 (53.91% from 255 or 53.52% from 256); Max value from RGB is 137 - color contains mainly: blue. Hex color #067189 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067189 is #F98E76. Grayscale: #535353. Windows color (decimal): -16354935 or 9007366. OLE color: 9007366.

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

Color convert

RGB 6 113 137 -
CMYK 0.96 0.18 0 0.46
HSL 190.99º 0.92% 0.28% -
HSV(B) 190.99º 0.96% 0.54% -
XYZ 10.5 13.66 25.75 -
YUV 83.74 158.05 72.55 -
System Red Green Blue C M Y K H S L
Decimal 6 113 137 0.96 0.18 0 0.46 190.99 0.92 0.28
Hex 6 71 89 60 12 0 2E BF 5C 1C
Octal 6 161 211 140 22 0 56 277 134 34
Binary 110 1110001 10001001 1100000 10010 0 101110 10111111 1011100 11100

Color Harmonies of #067189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067189

Black with #067189

Text Example


Text Example

White with #067189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067189; }

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

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

background-color css

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

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

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

border-color css

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

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

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