#6A8880

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

Shades of Patina #6A8880

Tints of Patina #6A8880

Color information

#6A8880 (or 0x6A8880) is unknown color: approx Patina. HEX triplet: 6A, 88 and 80. RGB value is (106,136,128). Sum of RGB (Red+Green+Blue) = 106+136+128=370 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.65% from 370); Green value is 136 (53.52% from 255 or 36.76% from 370); Blue value is 128 (50.39% from 255 or 34.59% from 370); Max value from RGB is 136 - color contains mainly: green. Hex color #6A8880 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A8880 is #95777F. Grayscale: #7E7E7E. Windows color (decimal): -9795456 or 8423530. OLE color: 8423530.

HSL color Cylindrical-coordinate representation of color #6A8880: hue angle of 164º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6A8880 is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB106136128-
CMYK0.2200.060.47
HSL164º12.4%47.45%-
HSV(B)164º22.06%53.33%-
XYZ18.6422.2323.73-
YUV126.12129.06113.65-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 28.65%
GREEN value IS 136 (53.52% from 255) = 36.76%
BLUE value IS 128 (50.39% from 255) = 34.59%
R=28.65%
G=36.76%
B=34.59%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1061361280.2200.060.4716412.447.45
Hex6A888016062Fa4c2f
Octal1522102002606572441457
Binary11010101000100010000000101100110101111101001001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A8880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,136,128); }

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

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

 a { background-color: rgb(106,136,128); }

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

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

 span { border-color: rgb(106,136,128); }

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