#6B938C

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

Shades of Gumbo #6B938C

Tints of Gumbo #6B938C

Color information

#6B938C (or 0x6B938C) is unknown color: approx Gumbo. HEX triplet: 6B, 93 and 8C. RGB value is (107,147,140). Sum of RGB (Red+Green+Blue) = 107+147+140=394 (52% of max value = 765). Red value is 107 (42.19% from 255 or 27.16% from 394); Green value is 147 (57.81% from 255 or 37.31% from 394); Blue value is 140 (55.08% from 255 or 35.53% from 394); Max value from RGB is 147 - color contains mainly: green. Hex color #6B938C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B938C is #946C73. Grayscale: #868686. Windows color (decimal): -9727092 or 9212779. OLE color: 9212779.

HSL color Cylindrical-coordinate representation of color #6B938C: hue angle of 169.5º 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 #6B938C is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB107147140-
CMYK0.2700.050.42
HSL169.5º15.75%49.8%-
HSV(B)169.5º27.21%57.65%-
XYZ21.2325.8928.69-
YUV134.24131.25108.57-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 27.16%
GREEN value IS 147 (57.81% from 255) = 37.31%
BLUE value IS 140 (55.08% from 255) = 35.53%
R=27.16%
G=37.31%
B=35.53%

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
Decimal1071471400.2700.050.42169.515.7549.8
Hex6B938C1B052Aa91032
Octal1532232143305522512062
Binary110101110010011100011001101101011010101010100110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B938C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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