#6D938A

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

Shades of Gumbo #6D938A

Tints of Gumbo #6D938A

Color information

#6D938A (or 0x6D938A) is unknown color: approx Gumbo. HEX triplet: 6D, 93 and 8A. RGB value is (109,147,138). Sum of RGB (Red+Green+Blue) = 109+147+138=394 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.66% from 394); Green value is 147 (57.81% from 255 or 37.31% from 394); Blue value is 138 (54.30% from 255 or 35.03% from 394); Max value from RGB is 147 - color contains mainly: green. Hex color #6D938A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D938A is #926C75. Grayscale: #868686. Windows color (decimal): -9596022 or 9081709. OLE color: 9081709.

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

Color convert

RGB109147138-
CMYK0.2600.060.42
HSL165.79º14.96%50.2%-
HSV(B)165.79º25.85%57.65%-
XYZ21.3325.9527.93-
YUV134.61129.91109.73-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 27.66%
GREEN value IS 147 (57.81% from 255) = 37.31%
BLUE value IS 138 (54.30% from 255) = 35.03%
R=27.66%
G=37.31%
B=35.03%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1091471380.2600.060.42165.7914.9650.2
Hex6D938A1A062Aa6f32
Octal1552232123206522461762
Binary11011011001001110001010110100110101010101001101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D938A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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