#6D988F

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

Shades of Gumbo #6D988F

Tints of Gumbo #6D988F

Color information

#6D988F (or 0x6D988F) is unknown color: approx Gumbo. HEX triplet: 6D, 98 and 8F. RGB value is (109,152,143). Sum of RGB (Red+Green+Blue) = 109+152+143=404 (53% of max value = 765). Red value is 109 (42.97% from 255 or 26.98% from 404); Green value is 152 (59.77% from 255 or 37.62% from 404); Blue value is 143 (56.25% from 255 or 35.40% from 404); Max value from RGB is 152 - color contains mainly: green. Hex color #6D988F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D988F is #926770. Grayscale: #8A8A8A. Windows color (decimal): -9594737 or 9410669. OLE color: 9410669.

HSL color Cylindrical-coordinate representation of color #6D988F: hue angle of 167.44º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6D988F is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.40.

Color convert

RGB109152143-
CMYK0.2800.060.40
HSL167.44º17.27%51.18%-
HSV(B)167.44º28.29%59.61%-
XYZ22.4927.6930.15-
YUV138.12130.75107.23-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 26.98%
GREEN value IS 152 (59.77% from 255) = 37.62%
BLUE value IS 143 (56.25% from 255) = 35.40%
R=26.98%
G=37.62%
B=35.40%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1091521430.2800.060.40167.4417.2751.18
Hex6D988F1C0628a71133
Octal1552302173406502472163
Binary110110110011000100011111110001101010001010011110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D988F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,152,143); }

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

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

 a { background-color: rgb(109,152,143); }

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

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

 span { border-color: rgb(109,152,143); }

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