#6E918C

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

Shades of Gumbo #6E918C

Tints of Gumbo #6E918C

Color information

#6E918C (or 0x6E918C) is unknown color: approx Gumbo. HEX triplet: 6E, 91 and 8C. RGB value is (110,145,140). Sum of RGB (Red+Green+Blue) = 110+145+140=395 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.85% from 395); Green value is 145 (57.03% from 255 or 36.71% from 395); Blue value is 140 (55.08% from 255 or 35.44% from 395); Max value from RGB is 145 - color contains mainly: green. Hex color #6E918C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E918C is #916E73. Grayscale: #858585. Windows color (decimal): -9530996 or 9212270. OLE color: 9212270.

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

Color convert

RGB110145140-
CMYK0.2400.030.43
HSL171.43º13.73%50%-
HSV(B)171.43º24.14%56.86%-
XYZ21.2925.4628.6-
YUV133.96131.4110.91-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 27.85%
GREEN value IS 145 (57.03% from 255) = 36.71%
BLUE value IS 140 (55.08% from 255) = 35.44%
R=27.85%
G=36.71%
B=35.44%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1101451400.2400.030.43171.4313.7350
Hex6E918C18032Babe32
Octal1562212143003532531662
Binary1101110100100011000110011000011101011101010111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E918C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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