Html Css Color HEX #067488 Teal

📋 copy color: '#067488'

red 6 ◦ green 116 ◦ blue 136

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

Shades of Teal #067488

Tints of Teal #067488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 52.71%

R = 2.33%
G = 44.96%
B = 52.71%

CMYK

 C value IS 0.96

 M value IS 0.15

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#067488 (or 0x067488) is known color: Teal. HEX triplet: 06, 74 and 88. RGB value is (6,116,136). Sum of RGB (Red+Green+Blue) = 6+116+136=258 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.33% from 258); Green value is 116 (45.70% from 255 or 44.96% from 258); Blue value is 136 (53.52% from 255 or 52.71% from 258); Max value from RGB is 136 - color contains mainly: blue. Hex color #067488 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067488 is #F98B77. Grayscale: #555555. Windows color (decimal): -16354168 or 8942598. OLE color: 8942598.

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

Color convert

RGB 6 116 136 -
CMYK 0.96 0.15 0 0.47
HSL 189.23º 0.92% 0.28% -
HSV(B) 189.23º 0.96% 0.53% -
XYZ 10.76 14.31 25.49 -
YUV 85.39 156.56 71.37 -
System Red Green Blue C M Y K H S L
Decimal 6 116 136 0.96 0.15 0 0.47 189.23 0.92 0.28
Hex 6 74 88 60 F 0 2F BD 5C 1C
Octal 6 164 210 140 17 0 57 275 134 34
Binary 110 1110100 10001000 1100000 1111 0 101111 10111101 1011100 11100

Color Harmonies of #067488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067488

Black with #067488

Text Example


Text Example

White with #067488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067488; }

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

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

background-color css

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

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

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

border-color css

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

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

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