#6E928B

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

Shades of Gumbo #6E928B

Tints of Gumbo #6E928B

Color information

#6E928B (or 0x6E928B) is unknown color: approx Gumbo. HEX triplet: 6E, 92 and 8B. RGB value is (110,146,139). Sum of RGB (Red+Green+Blue) = 110+146+139=395 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.85% from 395); Green value is 146 (57.42% from 255 or 36.96% from 395); Blue value is 139 (54.69% from 255 or 35.19% from 395); Max value from RGB is 146 - color contains mainly: green. Hex color #6E928B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E928B is #916D74. Grayscale: #868686. Windows color (decimal): -9530741 or 9146990. OLE color: 9146990.

HSL color Cylindrical-coordinate representation of color #6E928B: hue angle of 168.33º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6E928B is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.

Color convert

RGB110146139-
CMYK0.2500.050.43
HSL168.33º14.17%50.2%-
HSV(B)168.33º24.66%57.25%-
XYZ21.3725.7428.27-
YUV134.44130.57110.57-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 27.85%
GREEN value IS 146 (57.42% from 255) = 36.96%
BLUE value IS 139 (54.69% from 255) = 35.19%
R=27.85%
G=36.96%
B=35.19%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1101461390.2500.050.43168.3314.1750.2
Hex6E928B19052Ba8e32
Octal1562222133105532501662
Binary11011101001001010001011110010101101011101010001110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E928B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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