#6B9080

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

Shades of Patina #6B9080

Tints of Patina #6B9080

Color information

#6B9080 (or 0x6B9080) is unknown color: approx Patina. HEX triplet: 6B, 90 and 80. RGB value is (107,144,128). Sum of RGB (Red+Green+Blue) = 107+144+128=379 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.23% from 379); Green value is 144 (56.64% from 255 or 37.99% from 379); Blue value is 128 (50.39% from 255 or 33.77% from 379); Max value from RGB is 144 - color contains mainly: green. Hex color #6B9080 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B9080 is #946F7F. Grayscale: #838383. Windows color (decimal): -9727872 or 8425579. OLE color: 8425579.

HSL color Cylindrical-coordinate representation of color #6B9080: hue angle of 154.05º 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 #6B9080 is Cyan = 0.26, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB107144128-
CMYK0.2600.110.44
HSL154.05º14.74%49.22%-
HSV(B)154.05º25.69%56.47%-
XYZ19.9324.6324.13-
YUV131.11126.24110.8-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 28.23%
GREEN value IS 144 (56.64% from 255) = 37.99%
BLUE value IS 128 (50.39% from 255) = 33.77%
R=28.23%
G=37.99%
B=33.77%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1071441280.2600.110.44154.0514.7449.22
Hex6B90801A0B2C9af31
Octal15322020032013542321761
Binary110101110010000100000001101001011101100100110101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B9080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,144,128); }

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

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

 a { background-color: rgb(107,144,128); }

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

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

 span { border-color: rgb(107,144,128); }

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