#6F8981

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

Shades of Patina #6F8981

Tints of Patina #6F8981

Color information

#6F8981 (or 0x6F8981) is unknown color: approx Patina. HEX triplet: 6F, 89 and 81. RGB value is (111,137,129). Sum of RGB (Red+Green+Blue) = 111+137+129=377 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.44% from 377); Green value is 137 (53.91% from 255 or 36.34% from 377); Blue value is 129 (50.78% from 255 or 34.22% from 377); Max value from RGB is 137 - color contains mainly: green. Hex color #6F8981 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F8981 is #90767E. Grayscale: #808080. Windows color (decimal): -9467519 or 8489327. OLE color: 8489327.

HSL color Cylindrical-coordinate representation of color #6F8981: hue angle of 161.54º 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 #6F8981 is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.46.

Color convert

RGB111137129-
CMYK0.1900.060.46
HSL161.54º10.48%48.63%-
HSV(B)161.54º18.98%53.73%-
XYZ19.4622.8624.15-
YUV128.31128.39115.65-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 29.44%
GREEN value IS 137 (53.91% from 255) = 36.34%
BLUE value IS 129 (50.78% from 255) = 34.22%
R=29.44%
G=36.34%
B=34.22%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1111371290.1900.060.46161.5410.4848.63
Hex6F898113062Ea2a31
Octal1572112012306562421261
Binary11011111000100110000001100110110101110101000101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F8981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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