#6A9A8D

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

Shades of Patina #6A9A8D

Tints of Patina #6A9A8D

Color information

#6A9A8D (or 0x6A9A8D) is unknown color: approx Patina. HEX triplet: 6A, 9A and 8D. RGB value is (106,154,141). Sum of RGB (Red+Green+Blue) = 106+154+141=401 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.43% from 401); Green value is 154 (60.55% from 255 or 38.40% from 401); Blue value is 141 (55.47% from 255 or 35.16% from 401); Max value from RGB is 154 - color contains mainly: green. Hex color #6A9A8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A9A8D is #956572. Grayscale: #8A8A8A. Windows color (decimal): -9790835 or 9280106. OLE color: 9280106.

HSL color Cylindrical-coordinate representation of color #6A9A8D: hue angle of 163.75º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6A9A8D is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.40.

Color convert

RGB106154141-
CMYK0.3100.080.40
HSL163.75º19.2%50.98%-
HSV(B)163.75º31.17%60.39%-
XYZ22.3128.129.45-
YUV138.17129.6105.06-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 26.43%
GREEN value IS 154 (60.55% from 255) = 38.40%
BLUE value IS 141 (55.47% from 255) = 35.16%
R=26.43%
G=38.40%
B=35.16%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1061541410.3100.080.40163.7519.250.98
Hex6A9A8D1F0828a41333
Octal15223221537010502442363
Binary1101010100110101000110111111010001010001010010010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A9A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,154,141); }

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

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

 a { background-color: rgb(106,154,141); }

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

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

 span { border-color: rgb(106,154,141); }

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