#6E958B

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

Shades of Gumbo #6E958B

Tints of Gumbo #6E958B

Color information

#6E958B (or 0x6E958B) is unknown color: approx Gumbo. HEX triplet: 6E, 95 and 8B. RGB value is (110,149,139). Sum of RGB (Red+Green+Blue) = 110+149+139=398 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.64% from 398); Green value is 149 (58.59% from 255 or 37.44% from 398); Blue value is 139 (54.69% from 255 or 34.92% from 398); Max value from RGB is 149 - color contains mainly: green. Hex color #6E958B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E958B is #916A74. Grayscale: #888888. Windows color (decimal): -9529973 or 9147758. OLE color: 9147758.

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

Color convert

RGB110149139-
CMYK0.2600.070.42
HSL164.62º15.54%50.78%-
HSV(B)164.62º26.17%58.43%-
XYZ21.8426.6728.42-
YUV136.2129.58109.31-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 27.64%
GREEN value IS 149 (58.59% from 255) = 37.44%
BLUE value IS 139 (54.69% from 255) = 34.92%
R=27.64%
G=37.44%
B=34.92%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1101491390.2600.070.42164.6215.5450.78
Hex6E958B1A072Aa51033
Octal1562252133207522452063
Binary110111010010101100010111101001111010101010010110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E958B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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