#6D9889

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

Shades of Patina #6D9889

Tints of Patina #6D9889

Color information

#6D9889 (or 0x6D9889) is unknown color: approx Patina. HEX triplet: 6D, 98 and 89. RGB value is (109,152,137). Sum of RGB (Red+Green+Blue) = 109+152+137=398 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.39% from 398); Green value is 152 (59.77% from 255 or 38.19% from 398); Blue value is 137 (53.91% from 255 or 34.42% from 398); Max value from RGB is 152 - color contains mainly: green. Hex color #6D9889 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D9889 is #926776. Grayscale: #898989. Windows color (decimal): -9594743 or 9017453. OLE color: 9017453.

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

Color convert

RGB109152137-
CMYK0.2800.100.40
HSL159.07º17.27%51.18%-
HSV(B)159.07º28.29%59.61%-
XYZ22.0527.5127.82-
YUV137.43127.75107.72-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 27.39%
GREEN value IS 152 (59.77% from 255) = 38.19%
BLUE value IS 137 (53.91% from 255) = 34.42%
R=27.39%
G=38.19%
B=34.42%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1091521370.2800.100.40159.0717.2751.18
Hex6D98891C0A289f1133
Octal15523021134012502372163
Binary1101101100110001000100111100010101010001001111110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D9889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,152,137); }

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

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

 a { background-color: rgb(109,152,137); }

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

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

 span { border-color: rgb(109,152,137); }

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