#6B9989

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

Shades of Patina #6B9989

Tints of Patina #6B9989

Color information

#6B9989 (or 0x6B9989) is unknown color: approx Patina. HEX triplet: 6B, 99 and 89. RGB value is (107,153,137). Sum of RGB (Red+Green+Blue) = 107+153+137=397 (52% of max value = 765). Red value is 107 (42.19% from 255 or 26.95% from 397); Green value is 153 (60.16% from 255 or 38.54% from 397); Blue value is 137 (53.91% from 255 or 34.51% from 397); Max value from RGB is 153 - color contains mainly: green. Hex color #6B9989 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B9989 is #946676. Grayscale: #898989. Windows color (decimal): -9725559 or 9017707. OLE color: 9017707.

HSL color Cylindrical-coordinate representation of color #6B9989: hue angle of 159.13º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6B9989 is Cyan = 0.30, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB107153137-
CMYK0.3000.100.4
HSL159.13º18.4%50.98%-
HSV(B)159.13º30.07%60%-
XYZ21.9727.7127.86-
YUV137.42127.76106.3-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 26.95%
GREEN value IS 153 (60.16% from 255) = 38.54%
BLUE value IS 137 (53.91% from 255) = 34.51%
R=26.95%
G=38.54%
B=34.51%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1071531370.3000.100.4159.1318.450.98
Hex6B99891E0A289f1233
Octal15323121136012502372263
Binary1101011100110011000100111110010101010001001111110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B9989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,153,137); }

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

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

 a { background-color: rgb(107,153,137); }

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

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

 span { border-color: rgb(107,153,137); }

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