#6A998A

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

Shades of Patina #6A998A

Tints of Patina #6A998A

Color information

#6A998A (or 0x6A998A) is unknown color: approx Patina. HEX triplet: 6A, 99 and 8A. RGB value is (106,153,138). Sum of RGB (Red+Green+Blue) = 106+153+138=397 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.70% from 397); Green value is 153 (60.16% from 255 or 38.54% from 397); Blue value is 138 (54.30% from 255 or 34.76% from 397); Max value from RGB is 153 - color contains mainly: green. Hex color #6A998A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A998A is #956675. Grayscale: #898989. Windows color (decimal): -9791094 or 9083242. OLE color: 9083242.

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

Color convert

RGB106153138-
CMYK0.3100.100.4
HSL160.85º18.73%50.78%-
HSV(B)160.85º30.72%60%-
XYZ21.9227.6828.23-
YUV137.24128.43105.72-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 26.70%
GREEN value IS 153 (60.16% from 255) = 38.54%
BLUE value IS 138 (54.30% from 255) = 34.76%
R=26.70%
G=38.54%
B=34.76%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1061531380.3100.100.4160.8518.7350.78
Hex6A998A1F0A28a11333
Octal15223121237012502412363
Binary1101010100110011000101011111010101010001010000110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A998A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,153,138); }

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

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

 a { background-color: rgb(106,153,138); }

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

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

 span { border-color: rgb(106,153,138); }

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