#6D938E

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

Shades of Gumbo #6D938E

Tints of Gumbo #6D938E

Color information

#6D938E (or 0x6D938E) is unknown color: approx Gumbo. HEX triplet: 6D, 93 and 8E. RGB value is (109,147,142). Sum of RGB (Red+Green+Blue) = 109+147+142=398 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.39% from 398); Green value is 147 (57.81% from 255 or 36.93% from 398); Blue value is 142 (55.86% from 255 or 35.68% from 398); Max value from RGB is 147 - color contains mainly: green. Hex color #6D938E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D938E is #926C71. Grayscale: #878787. Windows color (decimal): -9596018 or 9343853. OLE color: 9343853.

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

Color convert

RGB109147142-
CMYK0.2600.030.42
HSL172.11º14.96%50.2%-
HSV(B)172.11º25.85%57.65%-
XYZ21.6226.0729.48-
YUV135.07131.91109.41-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 27.39%
GREEN value IS 147 (57.81% from 255) = 36.93%
BLUE value IS 142 (55.86% from 255) = 35.68%
R=27.39%
G=36.93%
B=35.68%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1091471420.2600.030.42172.1114.9650.2
Hex6D938E1A032Aacf32
Octal1552232163203522541762
Binary1101101100100111000111011010011101010101011001111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D938E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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