#6E9789

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

Shades of Patina #6E9789

Tints of Patina #6E9789

Color information

#6E9789 (or 0x6E9789) is unknown color: approx Patina. HEX triplet: 6E, 97 and 89. RGB value is (110,151,137). Sum of RGB (Red+Green+Blue) = 110+151+137=398 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.64% from 398); Green value is 151 (59.38% from 255 or 37.94% from 398); Blue value is 137 (53.91% from 255 or 34.42% from 398); Max value from RGB is 151 - color contains mainly: green. Hex color #6E9789 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E9789 is #916876. Grayscale: #898989. Windows color (decimal): -9529463 or 9017198. OLE color: 9017198.

HSL color Cylindrical-coordinate representation of color #6E9789: hue angle of 159.51º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6E9789 is Cyan = 0.27, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB110151137-
CMYK0.2700.090.41
HSL159.51º16.47%51.18%-
HSV(B)159.51º27.15%59.22%-
XYZ22.0127.2527.77-
YUV137.15127.92108.64-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 27.64%
GREEN value IS 151 (59.38% from 255) = 37.94%
BLUE value IS 137 (53.91% from 255) = 34.42%
R=27.64%
G=37.94%
B=34.42%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1101511370.2700.090.41159.5116.4751.18
Hex6E97891B0929a01033
Octal15622721133011512402063
Binary1101110100101111000100111011010011010011010000010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E9789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,151,137); }

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

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

 a { background-color: rgb(110,151,137); }

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

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

 span { border-color: rgb(110,151,137); }

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