#6F8980

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

Shades of Patina #6F8980

Tints of Patina #6F8980

Color information

#6F8980 (or 0x6F8980) is unknown color: approx Patina. HEX triplet: 6F, 89 and 80. RGB value is (111,137,128). Sum of RGB (Red+Green+Blue) = 111+137+128=376 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.52% from 376); Green value is 137 (53.91% from 255 or 36.44% from 376); Blue value is 128 (50.39% from 255 or 34.04% from 376); Max value from RGB is 137 - color contains mainly: green. Hex color #6F8980 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F8980 is #90767F. Grayscale: #808080. Windows color (decimal): -9467520 or 8423791. OLE color: 8423791.

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

Color convert

RGB111137128-
CMYK0.1900.070.46
HSL159.23º10.48%48.63%-
HSV(B)159.23º18.98%53.73%-
XYZ19.422.8323.81-
YUV128.2127.89115.73-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 29.52%
GREEN value IS 137 (53.91% from 255) = 36.44%
BLUE value IS 128 (50.39% from 255) = 34.04%
R=29.52%
G=36.44%
B=34.04%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1111371280.1900.070.46159.2310.4848.63
Hex6F898013072E9fa31
Octal1572112002307562371261
Binary11011111000100110000000100110111101110100111111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F8980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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