#6E938A

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

Shades of Gumbo #6E938A

Tints of Gumbo #6E938A

Color information

#6E938A (or 0x6E938A) is unknown color: approx Gumbo. HEX triplet: 6E, 93 and 8A. RGB value is (110,147,138). Sum of RGB (Red+Green+Blue) = 110+147+138=395 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.85% from 395); Green value is 147 (57.81% from 255 or 37.22% from 395); Blue value is 138 (54.30% from 255 or 34.94% from 395); Max value from RGB is 147 - color contains mainly: green. Hex color #6E938A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E938A is #916C75. Grayscale: #868686. Windows color (decimal): -9530486 or 9081710. OLE color: 9081710.

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

Color convert

RGB110147138-
CMYK0.2500.060.42
HSL165.41º14.62%50.39%-
HSV(B)165.41º25.17%57.65%-
XYZ21.4526.0227.94-
YUV134.91129.74110.23-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 27.85%
GREEN value IS 147 (57.81% from 255) = 37.22%
BLUE value IS 138 (54.30% from 255) = 34.94%
R=27.85%
G=37.22%
B=34.94%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1101471380.2500.060.42165.4114.6250.39
Hex6E938A19062Aa5f32
Octal1562232123106522451762
Binary11011101001001110001010110010110101010101001011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E938A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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