#6A907D

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

Shades of Patina #6A907D

Tints of Patina #6A907D

Color information

#6A907D (or 0x6A907D) is unknown color: approx Patina. HEX triplet: 6A, 90 and 7D. RGB value is (106,144,125). Sum of RGB (Red+Green+Blue) = 106+144+125=375 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.27% from 375); Green value is 144 (56.64% from 255 or 38.4% from 375); Blue value is 125 (49.22% from 255 or 33.33% from 375); Max value from RGB is 144 - color contains mainly: green. Hex color #6A907D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A907D is #956F82. Grayscale: #828282. Windows color (decimal): -9793411 or 8228970. OLE color: 8228970.

HSL color Cylindrical-coordinate representation of color #6A907D: hue angle of 150º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6A907D is Cyan = 0.26, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB106144125-
CMYK0.2600.130.44
HSL150º15.2%49.02%-
HSV(B)150º26.39%56.47%-
XYZ19.6224.4923.1-
YUV130.47124.91110.54-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 28.27%
GREEN value IS 144 (56.64% from 255) = 38.4%
BLUE value IS 125 (49.22% from 255) = 33.33%
R=28.27%
G=38.4%
B=33.33%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1061441250.2600.130.4415015.249.02
Hex6A907D1A0D2C96f31
Octal15222017532015542261761
Binary11010101001000011111011101001101101100100101101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A907D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,144,125); }

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

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

 a { background-color: rgb(106,144,125); }

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

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

 span { border-color: rgb(106,144,125); }

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