Html Css Color HEX #067889 Teal

📋 copy color: '#067889'

red 6 ◦ green 120 ◦ blue 137

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

Shades of Teal #067889

Tints of Teal #067889

RGB

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

 GREEN value IS 120 (47.27% from 255) = 45.63%

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

R = 2.28%
G = 45.63%
B = 52.09%

CMYK

 C value IS 0.96

 M value IS 0.12

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#067889 (or 0x067889) is known color: Teal. HEX triplet: 06, 78 and 89. RGB value is (6,120,137). Sum of RGB (Red+Green+Blue) = 6+120+137=263 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.28% from 263); Green value is 120 (47.27% from 255 or 45.63% from 263); Blue value is 137 (53.91% from 255 or 52.09% from 263); Max value from RGB is 137 - color contains mainly: blue. Hex color #067889 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067889 is #F98776. Grayscale: #575757. Windows color (decimal): -16353143 or 9009158. OLE color: 9009158.

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

Color convert

RGB 6 120 137 -
CMYK 0.96 0.12 0 0.46
HSL 187.79º 0.92% 0.28% -
HSV(B) 187.79º 0.96% 0.54% -
XYZ 11.31 15.28 26.02 -
YUV 87.85 155.73 69.62 -
System Red Green Blue C M Y K H S L
Decimal 6 120 137 0.96 0.12 0 0.46 187.79 0.92 0.28
Hex 6 78 89 60 C 0 2E BC 5C 1C
Octal 6 170 211 140 14 0 56 274 134 34
Binary 110 1111000 10001001 1100000 1100 0 101110 10111100 1011100 11100

Color Harmonies of #067889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067889

Black with #067889

Text Example


Text Example

White with #067889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067889; }

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

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

background-color css

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

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

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

border-color css

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

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

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