#6F9285

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

Shades of Patina #6F9285

Tints of Patina #6F9285

Color information

#6F9285 (or 0x6F9285) is unknown color: approx Patina. HEX triplet: 6F, 92 and 85. RGB value is (111,146,133). Sum of RGB (Red+Green+Blue) = 111+146+133=390 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.46% from 390); Green value is 146 (57.42% from 255 or 37.44% from 390); Blue value is 133 (52.34% from 255 or 34.10% from 390); Max value from RGB is 146 - color contains mainly: green. Hex color #6F9285 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F9285 is #906D7A. Grayscale: #868686. Windows color (decimal): -9465211 or 8753775. OLE color: 8753775.

HSL color Cylindrical-coordinate representation of color #6F9285: hue angle of 157.71º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6F9285 is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.43.

Color convert

RGB111146133-
CMYK0.2400.090.43
HSL157.71º13.83%50.39%-
HSV(B)157.71º23.97%57.25%-
XYZ21.0725.6326.03-
YUV134.05127.4111.56-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 28.46%
GREEN value IS 146 (57.42% from 255) = 37.44%
BLUE value IS 133 (52.34% from 255) = 34.10%
R=28.46%
G=37.44%
B=34.10%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1111461330.2400.090.43157.7113.8350.39
Hex6F928518092B9ee32
Octal15722220530011532361662
Binary110111110010010100001011100001001101011100111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F9285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,146,133); }

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

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

 a { background-color: rgb(111,146,133); }

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

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

 span { border-color: rgb(111,146,133); }

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