Html Css Color HEX #067487 Teal

📋 copy color: '#067487'

red 6 ◦ green 116 ◦ blue 135

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

Shades of Teal #067487

Tints of Teal #067487

RGB

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

 GREEN value IS 116 (45.7% from 255) = 45.14%

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

R = 2.33%
G = 45.14%
B = 52.53%

CMYK

 C value IS 0.96

 M value IS 0.14

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#067487 (or 0x067487) is known color: Teal. HEX triplet: 06, 74 and 87. RGB value is (6,116,135). Sum of RGB (Red+Green+Blue) = 6+116+135=257 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.33% from 257); Green value is 116 (45.70% from 255 or 45.14% from 257); Blue value is 135 (53.12% from 255 or 52.53% from 257); Max value from RGB is 135 - color contains mainly: blue. Hex color #067487 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067487 is #F98B78. Grayscale: #555555. Windows color (decimal): -16354169 or 8877062. OLE color: 8877062.

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

Color convert

RGB 6 116 135 -
CMYK 0.96 0.14 0 0.47
HSL 188.84º 0.91% 0.28% -
HSV(B) 188.84º 0.96% 0.53% -
XYZ 10.69 14.28 25.11 -
YUV 85.28 156.06 71.46 -
System Red Green Blue C M Y K H S L
Decimal 6 116 135 0.96 0.14 0 0.47 188.84 0.91 0.28
Hex 6 74 87 60 E 0 2F BD 5B 1C
Octal 6 164 207 140 16 0 57 275 133 34
Binary 110 1110100 10000111 1100000 1110 0 101111 10111101 1011011 11100

Color Harmonies of #067487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067487

Black with #067487

Text Example


Text Example

White with #067487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067487; }

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

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

background-color css

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

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

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

border-color css

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

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

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