#6E978C

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

Shades of Gumbo #6E978C

Tints of Gumbo #6E978C

Color information

#6E978C (or 0x6E978C) is unknown color: approx Gumbo. HEX triplet: 6E, 97 and 8C. RGB value is (110,151,140). Sum of RGB (Red+Green+Blue) = 110+151+140=401 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.43% from 401); Green value is 151 (59.38% from 255 or 37.66% from 401); Blue value is 140 (55.08% from 255 or 34.91% from 401); Max value from RGB is 151 - color contains mainly: green. Hex color #6E978C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E978C is #916873. Grayscale: #898989. Windows color (decimal): -9529460 or 9213806. OLE color: 9213806.

HSL color Cylindrical-coordinate representation of color #6E978C: hue angle of 163.9º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6E978C is Cyan = 0.27, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB110151140-
CMYK0.2700.070.41
HSL163.9º16.47%51.18%-
HSV(B)163.9º27.15%59.22%-
XYZ22.2327.3428.92-
YUV137.49129.42108.39-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 27.43%
GREEN value IS 151 (59.38% from 255) = 37.66%
BLUE value IS 140 (55.08% from 255) = 34.91%
R=27.43%
G=37.66%
B=34.91%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1101511400.2700.070.41163.916.4751.18
Hex6E978C1B0729a41033
Octal1562272143307512442063
Binary110111010010111100011001101101111010011010010010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E978C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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