#6E938B

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

Shades of Gumbo #6E938B

Tints of Gumbo #6E938B

Color information

#6E938B (or 0x6E938B) is unknown color: approx Gumbo. HEX triplet: 6E, 93 and 8B. RGB value is (110,147,139). Sum of RGB (Red+Green+Blue) = 110+147+139=396 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.78% from 396); Green value is 147 (57.81% from 255 or 37.12% from 396); Blue value is 139 (54.69% from 255 or 35.10% from 396); Max value from RGB is 147 - color contains mainly: green. Hex color #6E938B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E938B is #916C74. Grayscale: #878787. Windows color (decimal): -9530485 or 9147246. OLE color: 9147246.

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

Color convert

RGB110147139-
CMYK0.2500.050.42
HSL167.03º14.62%50.39%-
HSV(B)167.03º25.17%57.65%-
XYZ21.5226.0528.32-
YUV135.02130.24110.15-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 27.78%
GREEN value IS 147 (57.81% from 255) = 37.12%
BLUE value IS 139 (54.69% from 255) = 35.10%
R=27.78%
G=37.12%
B=35.10%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1101471390.2500.050.42167.0314.6250.39
Hex6E938B19052Aa7f32
Octal1562232133105522471762
Binary11011101001001110001011110010101101010101001111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E938B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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