Html Css Color HEX #067287 Teal

📋 copy color: '#067287'

red 6 ◦ green 114 ◦ blue 135

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

Shades of Teal #067287

Tints of Teal #067287

RGB

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

 GREEN value IS 114 (44.92% from 255) = 44.71%

 BLUE value IS 135 (53.13% from 255) = 52.94%

R = 2.35%
G = 44.71%
B = 52.94%

CMYK

 C value IS 0.96

 M value IS 0.16

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#067287 (or 0x067287) is known color: Teal. HEX triplet: 06, 72 and 87. RGB value is (6,114,135). Sum of RGB (Red+Green+Blue) = 6+114+135=255 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.35% from 255); Green value is 114 (44.92% from 255 or 44.71% from 255); Blue value is 135 (53.12% from 255 or 52.94% from 255); Max value from RGB is 135 - color contains mainly: blue. Hex color #067287 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067287 is #F98D78. Grayscale: #535353. Windows color (decimal): -16354681 or 8876550. OLE color: 8876550.

HSL color Cylindrical-coordinate representation of color #067287: hue angle of 189.77º degrees, saturation: 0.91, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #067287 is Cyan = 0.96, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 6 114 135 -
CMYK 0.96 0.16 0 0.47
HSL 189.77º 0.91% 0.28% -
HSV(B) 189.77º 0.96% 0.53% -
XYZ 10.47 13.82 25.04 -
YUV 84.1 156.72 72.29 -
System Red Green Blue C M Y K H S L
Decimal 6 114 135 0.96 0.16 0 0.47 189.77 0.91 0.28
Hex 6 72 87 60 10 0 2F BE 5B 1C
Octal 6 162 207 140 20 0 57 276 133 34
Binary 110 1110010 10000111 1100000 10000 0 101111 10111110 1011011 11100

Color Harmonies of #067287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067287

Black with #067287

Text Example


Text Example

White with #067287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067287; }

 p { color: rgb(6,114,135); }

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

background-color css

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

 a { background-color: rgb(6,114,135); }

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

border-color css

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

 span { border-color: rgb(6,114,135); }

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