#6A9385

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

Shades of Patina #6A9385

Tints of Patina #6A9385

Color information

#6A9385 (or 0x6A9385) is unknown color: approx Patina. HEX triplet: 6A, 93 and 85. RGB value is (106,147,133). Sum of RGB (Red+Green+Blue) = 106+147+133=386 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.46% from 386); Green value is 147 (57.81% from 255 or 38.08% from 386); Blue value is 133 (52.34% from 255 or 34.46% from 386); Max value from RGB is 147 - color contains mainly: green. Hex color #6A9385 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A9385 is #956C7A. Grayscale: #858585. Windows color (decimal): -9792635 or 8754026. OLE color: 8754026.

HSL color Cylindrical-coordinate representation of color #6A9385: hue angle of 159.51º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6A9385 is Cyan = 0.28, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB106147133-
CMYK0.2800.100.42
HSL159.51º16.21%49.61%-
HSV(B)159.51º27.89%57.65%-
XYZ20.6125.6326.05-
YUV133.15127.92108.64-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 27.46%
GREEN value IS 147 (57.81% from 255) = 38.08%
BLUE value IS 133 (52.34% from 255) = 34.46%
R=27.46%
G=38.08%
B=34.46%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1061471330.2800.100.42159.5116.2149.61
Hex6A93851C0A2Aa01032
Octal15222320534012522402062
Binary1101010100100111000010111100010101010101010000010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A9385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,147,133); }

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

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

 a { background-color: rgb(106,147,133); }

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

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

 span { border-color: rgb(106,147,133); }

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