#6E8980

Color #6E8980 Patina (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Patina #6E8980

Tints of Patina #6E8980

Color information

#6E8980 (or 0x6E8980) is unknown color: approx Patina. HEX triplet: 6E, 89 and 80. RGB value is (110,137,128). Sum of RGB (Red+Green+Blue) = 110+137+128=375 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.33% from 375); Green value is 137 (53.91% from 255 or 36.53% from 375); Blue value is 128 (50.39% from 255 or 34.13% from 375); Max value from RGB is 137 - color contains mainly: green. Hex color #6E8980 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E8980 is #91767F. Grayscale: #7F7F7F. Windows color (decimal): -9533056 or 8423790. OLE color: 8423790.

HSL color Cylindrical-coordinate representation of color #6E8980: hue angle of 160º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6E8980 is Cyan = 0.20, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB110137128-
CMYK0.2000.070.46
HSL160º10.93%48.43%-
HSV(B)160º19.71%53.73%-
XYZ19.2722.7623.8-
YUV127.9128.05115.23-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 29.33%
GREEN value IS 137 (53.91% from 255) = 36.53%
BLUE value IS 128 (50.39% from 255) = 34.13%
R=29.33%
G=36.53%
B=34.13%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1101371280.2000.070.4616010.9348.43
Hex6E898014072Ea0b30
Octal1562112002407562401360
Binary11011101000100110000000101000111101110101000001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E8980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6E8980; }

 p { color: rgb(110,137,128); }

 H1.HeaderClassName
 {
   color: #6E8980;
 }
 .AnyTagClassName
 {
   color: #6E8980;
 }
</style>
background-color css

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

 a { background-color: rgb(110,137,128); }

 div.DivClassName
 {
   background-color: #6E8980;
 }
 .BgClassName
 {
   background-color: #6E8980;
 }
</style>
border-color css

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

 span { border-color: rgb(110,137,128); }

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