#6E918B

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

Shades of Gumbo #6E918B

Tints of Gumbo #6E918B

Color information

#6E918B (or 0x6E918B) is unknown color: approx Gumbo. HEX triplet: 6E, 91 and 8B. RGB value is (110,145,139). Sum of RGB (Red+Green+Blue) = 110+145+139=394 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.92% from 394); Green value is 145 (57.03% from 255 or 36.80% from 394); Blue value is 139 (54.69% from 255 or 35.28% from 394); Max value from RGB is 145 - color contains mainly: green. Hex color #6E918B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E918B is #916E74. Grayscale: #858585. Windows color (decimal): -9530997 or 9146734. OLE color: 9146734.

HSL color Cylindrical-coordinate representation of color #6E918B: hue angle of 169.71º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6E918B is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.43.

Color convert

RGB110145139-
CMYK0.2400.040.43
HSL169.71º13.73%50%-
HSV(B)169.71º24.14%56.86%-
XYZ21.2225.4328.22-
YUV133.85130.9110.99-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 27.92%
GREEN value IS 145 (57.03% from 255) = 36.80%
BLUE value IS 139 (54.69% from 255) = 35.28%
R=27.92%
G=36.80%
B=35.28%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1101451390.2400.040.43169.7113.7350
Hex6E918B18042Baae32
Octal1562212133004532521662
Binary11011101001000110001011110000100101011101010101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E918B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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