#6F9284

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

Shades of Patina #6F9284

Tints of Patina #6F9284

Color information

#6F9284 (or 0x6F9284) is unknown color: approx Patina. HEX triplet: 6F, 92 and 84. RGB value is (111,146,132). Sum of RGB (Red+Green+Blue) = 111+146+132=389 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.53% from 389); Green value is 146 (57.42% from 255 or 37.53% from 389); Blue value is 132 (51.95% from 255 or 33.93% from 389); Max value from RGB is 146 - color contains mainly: green. Hex color #6F9284 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F9284 is #906D7B. Grayscale: #858585. Windows color (decimal): -9465212 or 8688239. OLE color: 8688239.

HSL color Cylindrical-coordinate representation of color #6F9284: hue angle of 156º 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 #6F9284 is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB111146132-
CMYK0.2400.100.43
HSL156º13.83%50.39%-
HSV(B)156º23.97%57.25%-
XYZ2125.625.66-
YUV133.94126.9111.64-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 28.53%
GREEN value IS 146 (57.42% from 255) = 37.53%
BLUE value IS 132 (51.95% from 255) = 33.93%
R=28.53%
G=37.53%
B=33.93%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1111461320.2400.100.4315613.8350.39
Hex6F9284180A2B9ce32
Octal15722220430012532341662
Binary110111110010010100001001100001010101011100111001110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F9284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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