#6F938C

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

Shades of Gumbo #6F938C

Tints of Gumbo #6F938C

Color information

#6F938C (or 0x6F938C) is unknown color: approx Gumbo. HEX triplet: 6F, 93 and 8C. RGB value is (111,147,140). Sum of RGB (Red+Green+Blue) = 111+147+140=398 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.89% from 398); Green value is 147 (57.81% from 255 or 36.93% from 398); Blue value is 140 (55.08% from 255 or 35.18% from 398); Max value from RGB is 147 - color contains mainly: green. Hex color #6F938C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F938C is #906C73. Grayscale: #878787. Windows color (decimal): -9464948 or 9212783. OLE color: 9212783.

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

Color convert

RGB111147140-
CMYK0.2400.050.42
HSL168.33º14.29%50.59%-
HSV(B)168.33º24.49%57.65%-
XYZ21.7226.1428.71-
YUV135.44130.57110.57-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 27.89%
GREEN value IS 147 (57.81% from 255) = 36.93%
BLUE value IS 140 (55.08% from 255) = 35.18%
R=27.89%
G=36.93%
B=35.18%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1111471400.2400.050.42168.3314.2950.59
Hex6F938C18052Aa8e33
Octal1572232143005522501663
Binary11011111001001110001100110000101101010101010001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F938C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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