Html Css Color HEX #067481 Teal

📋 copy color: '#067481'

red 6 ◦ green 116 ◦ blue 129

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

Shades of Teal #067481

Tints of Teal #067481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 51.39%

R = 2.39%
G = 46.22%
B = 51.39%

CMYK

 C value IS 0.95

 M value IS 0.10

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#067481 (or 0x067481) is known color: Teal. HEX triplet: 06, 74 and 81. RGB value is (6,116,129). Sum of RGB (Red+Green+Blue) = 6+116+129=251 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.39% from 251); Green value is 116 (45.70% from 255 or 46.22% from 251); Blue value is 129 (50.78% from 255 or 51.39% from 251); Max value from RGB is 129 - color contains mainly: blue. Hex color #067481 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067481 is #F98B7E. Grayscale: #545454. Windows color (decimal): -16354175 or 8483846. OLE color: 8483846.

HSL color Cylindrical-coordinate representation of color #067481: hue angle of 186.34º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067481 is Cyan = 0.95, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 6 116 129 -
CMYK 0.95 0.10 0 0.49
HSL 186.34º 0.91% 0.26% -
HSV(B) 186.34º 0.95% 0.51% -
XYZ 10.28 14.11 22.95 -
YUV 84.59 153.06 71.94 -
System Red Green Blue C M Y K H S L
Decimal 6 116 129 0.95 0.10 0 0.49 186.34 0.91 0.26
Hex 6 74 81 5F A 0 31 BA 5B 1A
Octal 6 164 201 137 12 0 61 272 133 32
Binary 110 1110100 10000001 1011111 1010 0 110001 10111010 1011011 11010

Color Harmonies of #067481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067481

Black with #067481

Text Example


Text Example

White with #067481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067481; }

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

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

background-color css

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

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

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

border-color css

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

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

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