#6D928B

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

Shades of Gumbo #6D928B

Tints of Gumbo #6D928B

Color information

#6D928B (or 0x6D928B) is unknown color: approx Gumbo. HEX triplet: 6D, 92 and 8B. RGB value is (109,146,139). Sum of RGB (Red+Green+Blue) = 109+146+139=394 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.66% from 394); Green value is 146 (57.42% from 255 or 37.06% from 394); Blue value is 139 (54.69% from 255 or 35.28% from 394); Max value from RGB is 146 - color contains mainly: green. Hex color #6D928B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D928B is #926D74. Grayscale: #868686. Windows color (decimal): -9596277 or 9146989. OLE color: 9146989.

HSL color Cylindrical-coordinate representation of color #6D928B: hue angle of 168.65º degrees, saturation: 0.15, 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 #6D928B is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.

Color convert

RGB109146139-
CMYK0.2500.050.43
HSL168.65º14.51%50%-
HSV(B)168.65º25.34%57.25%-
XYZ21.2525.6728.26-
YUV134.14130.74110.07-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 27.66%
GREEN value IS 146 (57.42% from 255) = 37.06%
BLUE value IS 139 (54.69% from 255) = 35.28%
R=27.66%
G=37.06%
B=35.28%

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
Decimal1091461390.2500.050.43168.6514.5150
Hex6D928B19052Ba9f32
Octal1552222133105532511762
Binary11011011001001010001011110010101101011101010011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D928B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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