#6D938B

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

Shades of Gumbo #6D938B

Tints of Gumbo #6D938B

Color information

#6D938B (or 0x6D938B) is unknown color: approx Gumbo. HEX triplet: 6D, 93 and 8B. RGB value is (109,147,139). Sum of RGB (Red+Green+Blue) = 109+147+139=395 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.59% from 395); Green value is 147 (57.81% from 255 or 37.22% from 395); Blue value is 139 (54.69% from 255 or 35.19% from 395); Max value from RGB is 147 - color contains mainly: green. Hex color #6D938B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D938B is #926C74. Grayscale: #868686. Windows color (decimal): -9596021 or 9147245. OLE color: 9147245.

HSL color Cylindrical-coordinate representation of color #6D938B: hue angle of 167.37º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6D938B is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB109147139-
CMYK0.2600.050.42
HSL167.37º14.96%50.2%-
HSV(B)167.37º25.85%57.65%-
XYZ21.425.9828.31-
YUV134.73130.41109.65-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 27.59%
GREEN value IS 147 (57.81% from 255) = 37.22%
BLUE value IS 139 (54.69% from 255) = 35.19%
R=27.59%
G=37.22%
B=35.19%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1091471390.2600.050.42167.3714.9650.2
Hex6D938B1A052Aa7f32
Octal1552232133205522471762
Binary11011011001001110001011110100101101010101001111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D938B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,147,139); }

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

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

 a { background-color: rgb(109,147,139); }

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

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

 span { border-color: rgb(109,147,139); }

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