#6A9F8E

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

Shades of Patina #6A9F8E

Tints of Patina #6A9F8E

Color information

#6A9F8E (or 0x6A9F8E) is unknown color: approx Patina. HEX triplet: 6A, 9F and 8E. RGB value is (106,159,142). Sum of RGB (Red+Green+Blue) = 106+159+142=407 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.04% from 407); Green value is 159 (62.5% from 255 or 39.07% from 407); Blue value is 142 (55.86% from 255 or 34.89% from 407); Max value from RGB is 159 - color contains mainly: green. Hex color #6A9F8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A9F8E is #956071. Grayscale: #8D8D8D. Windows color (decimal): -9789554 or 9346922. OLE color: 9346922.

HSL color Cylindrical-coordinate representation of color #6A9F8E: hue angle of 160.75º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6A9F8E is Cyan = 0.33, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB106159142-
CMYK0.3300.110.38
HSL160.75º21.63%51.96%-
HSV(B)160.75º33.33%62.35%-
XYZ23.2229.8130.12-
YUV141.22128.44102.88-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 26.04%
GREEN value IS 159 (62.5% from 255) = 39.07%
BLUE value IS 142 (55.86% from 255) = 34.89%
R=26.04%
G=39.07%
B=34.89%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1061591420.3300.110.38160.7521.6351.96
Hex6A9F8E210B26a11634
Octal15223721641013462412664
Binary11010101001111110001110100001010111001101010000110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A9F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,159,142); }

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

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

 a { background-color: rgb(106,159,142); }

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

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

 span { border-color: rgb(106,159,142); }

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