#6B938B

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

Shades of Gumbo #6B938B

Tints of Gumbo #6B938B

Color information

#6B938B (or 0x6B938B) is unknown color: approx Gumbo. HEX triplet: 6B, 93 and 8B. RGB value is (107,147,139). Sum of RGB (Red+Green+Blue) = 107+147+139=393 (52% of max value = 765). Red value is 107 (42.19% from 255 or 27.23% from 393); Green value is 147 (57.81% from 255 or 37.40% from 393); Blue value is 139 (54.69% from 255 or 35.37% from 393); Max value from RGB is 147 - color contains mainly: green. Hex color #6B938B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B938B is #946C74. Grayscale: #868686. Windows color (decimal): -9727093 or 9147243. OLE color: 9147243.

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

Color convert

RGB107147139-
CMYK0.2700.050.42
HSL168º15.75%49.8%-
HSV(B)168º27.21%57.65%-
XYZ21.1625.8628.3-
YUV134.13130.75108.65-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 27.23%
GREEN value IS 147 (57.81% from 255) = 37.40%
BLUE value IS 139 (54.69% from 255) = 35.37%
R=27.23%
G=37.40%
B=35.37%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1071471390.2700.050.4216815.7549.8
Hex6B938B1B052Aa81032
Octal1532232133305522502062
Binary110101110010011100010111101101011010101010100010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B938B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,147,139); }

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

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

 a { background-color: rgb(107,147,139); }

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

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

 span { border-color: rgb(107,147,139); }

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