#6D928D

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

Shades of Gumbo #6D928D

Tints of Gumbo #6D928D

Color information

#6D928D (or 0x6D928D) is unknown color: approx Gumbo. HEX triplet: 6D, 92 and 8D. RGB value is (109,146,141). Sum of RGB (Red+Green+Blue) = 109+146+141=396 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.53% from 396); Green value is 146 (57.42% from 255 or 36.87% from 396); Blue value is 141 (55.47% from 255 or 35.61% from 396); Max value from RGB is 146 - color contains mainly: green. Hex color #6D928D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D928D is #926D72. Grayscale: #868686. Windows color (decimal): -9596275 or 9278061. OLE color: 9278061.

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

Color convert

RGB109146141-
CMYK0.2500.030.43
HSL171.89º14.51%50%-
HSV(B)171.89º25.34%57.25%-
XYZ21.3925.7329.04-
YUV134.37131.74109.91-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 27.53%
GREEN value IS 146 (57.42% from 255) = 36.87%
BLUE value IS 141 (55.47% from 255) = 35.61%
R=27.53%
G=36.87%
B=35.61%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1091461410.2500.030.43171.8914.5150
Hex6D928D19032Bacf32
Octal1552222153103532541762
Binary1101101100100101000110111001011101011101011001111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D928D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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