Html Css Color HEX #066F89 Teal

📋 copy color: '#066F89'

red 6 ◦ green 111 ◦ blue 137

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

Shades of Teal #066F89

Tints of Teal #066F89

RGB

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

 GREEN value IS 111 (43.75% from 255) = 43.7%

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

R = 2.36%
G = 43.7%
B = 53.94%

CMYK

 C value IS 0.96

 M value IS 0.19

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#066F89 (or 0x066F89) is known color: Teal. HEX triplet: 06, 6F and 89. RGB value is (6,111,137). Sum of RGB (Red+Green+Blue) = 6+111+137=254 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.36% from 254); Green value is 111 (43.75% from 255 or 43.70% from 254); Blue value is 137 (53.91% from 255 or 53.94% from 254); Max value from RGB is 137 - color contains mainly: blue. Hex color #066F89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066F89 is #F99076. Grayscale: #525252. Windows color (decimal): -16355447 or 9006854. OLE color: 9006854.

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

Color convert

RGB 6 111 137 -
CMYK 0.96 0.19 0 0.46
HSL 191.91º 0.92% 0.28% -
HSV(B) 191.91º 0.96% 0.54% -
XYZ 10.27 13.21 25.68 -
YUV 82.57 158.71 73.39 -
System Red Green Blue C M Y K H S L
Decimal 6 111 137 0.96 0.19 0 0.46 191.91 0.92 0.28
Hex 6 6F 89 60 13 0 2E C0 5C 1C
Octal 6 157 211 140 23 0 56 300 134 34
Binary 110 1101111 10001001 1100000 10011 0 101110 11000000 1011100 11100

Color Harmonies of #066F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066F89

Black with #066F89

Text Example


Text Example

White with #066F89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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