#6A8980

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

Shades of Patina #6A8980

Tints of Patina #6A8980

Color information

#6A8980 (or 0x6A8980) is unknown color: approx Patina. HEX triplet: 6A, 89 and 80. RGB value is (106,137,128). Sum of RGB (Red+Green+Blue) = 106+137+128=371 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.57% from 371); Green value is 137 (53.91% from 255 or 36.93% from 371); Blue value is 128 (50.39% from 255 or 34.50% from 371); Max value from RGB is 137 - color contains mainly: green. Hex color #6A8980 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A8980 is #95767F. Grayscale: #7E7E7E. Windows color (decimal): -9795200 or 8423786. OLE color: 8423786.

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

Color convert

RGB106137128-
CMYK0.2300.070.46
HSL162.58º12.76%47.65%-
HSV(B)162.58º22.63%53.73%-
XYZ18.7922.5123.78-
YUV126.7128.73113.23-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 28.57%
GREEN value IS 137 (53.91% from 255) = 36.93%
BLUE value IS 128 (50.39% from 255) = 34.50%
R=28.57%
G=36.93%
B=34.50%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1061371280.2300.070.46162.5812.7647.65
Hex6A898017072Ea3d30
Octal1522112002707562431560
Binary11010101000100110000000101110111101110101000111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A8980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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