#6E998E

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

Shades of Gumbo #6E998E

Tints of Gumbo #6E998E

Color information

#6E998E (or 0x6E998E) is unknown color: approx Gumbo. HEX triplet: 6E, 99 and 8E. RGB value is (110,153,142). Sum of RGB (Red+Green+Blue) = 110+153+142=405 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.16% from 405); Green value is 153 (60.16% from 255 or 37.78% from 405); Blue value is 142 (55.86% from 255 or 35.06% from 405); Max value from RGB is 153 - color contains mainly: green. Hex color #6E998E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E998E is #916671. Grayscale: #8A8A8A. Windows color (decimal): -9528946 or 9345390. OLE color: 9345390.

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

Color convert

RGB110153142-
CMYK0.2800.070.4
HSL164.65º17.41%51.57%-
HSV(B)164.65º28.1%60%-
XYZ22.728.0529.81-
YUV138.89129.75107.39-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 27.16%
GREEN value IS 153 (60.16% from 255) = 37.78%
BLUE value IS 142 (55.86% from 255) = 35.06%
R=27.16%
G=37.78%
B=35.06%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1101531420.2800.070.4164.6517.4151.57
Hex6E998E1C0728a51134
Octal1562312163407502452164
Binary110111010011001100011101110001111010001010010110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E998E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,153,142); }

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

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

 a { background-color: rgb(110,153,142); }

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

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

 span { border-color: rgb(110,153,142); }

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