Html Css Color HEX #066E8B Teal

📋 copy color: '#066E8B'

red 6 ◦ green 110 ◦ blue 139

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

Shades of Teal #066E8B

Tints of Teal #066E8B

RGB

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

 GREEN value IS 110 (43.36% from 255) = 43.14%

 BLUE value IS 139 (54.69% from 255) = 54.51%

R = 2.35%
G = 43.14%
B = 54.51%

CMYK

 C value IS 0.96

 M value IS 0.21

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#066E8B (or 0x066E8B) is known color: Teal. HEX triplet: 06, 6E and 8B. RGB value is (6,110,139). Sum of RGB (Red+Green+Blue) = 6+110+139=255 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.35% from 255); Green value is 110 (43.36% from 255 or 43.14% from 255); Blue value is 139 (54.69% from 255 or 54.51% from 255); Max value from RGB is 139 - color contains mainly: blue. Hex color #066E8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066E8B is #F99174. Grayscale: #515151. Windows color (decimal): -16355701 or 9137670. OLE color: 9137670.

HSL color Cylindrical-coordinate representation of color #066E8B: hue angle of 193.08º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #066E8B is Cyan = 0.96, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 6 110 139 -
CMYK 0.96 0.21 0 0.45
HSL 193.08º 0.92% 0.28% -
HSV(B) 193.08º 0.96% 0.55% -
XYZ 10.31 13.05 26.4 -
YUV 82.21 160.04 73.64 -
System Red Green Blue C M Y K H S L
Decimal 6 110 139 0.96 0.21 0 0.45 193.08 0.92 0.28
Hex 6 6E 8B 60 15 0 2D C1 5C 1C
Octal 6 156 213 140 25 0 55 301 134 34
Binary 110 1101110 10001011 1100000 10101 0 101101 11000001 1011100 11100

Color Harmonies of #066E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066E8B

Black with #066E8B

Text Example


Text Example

White with #066E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,110,139); }

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

background-color css

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

 a { background-color: rgb(6,110,139); }

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

border-color css

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

 span { border-color: rgb(6,110,139); }

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