#6F968C

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

Shades of Gumbo #6F968C

Tints of Gumbo #6F968C

Color information

#6F968C (or 0x6F968C) is unknown color: approx Gumbo. HEX triplet: 6F, 96 and 8C. RGB value is (111,150,140). Sum of RGB (Red+Green+Blue) = 111+150+140=401 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.68% from 401); Green value is 150 (58.98% from 255 or 37.41% from 401); Blue value is 140 (55.08% from 255 or 34.91% from 401); Max value from RGB is 150 - color contains mainly: green. Hex color #6F968C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F968C is #906973. Grayscale: #898989. Windows color (decimal): -9464180 or 9213551. OLE color: 9213551.

HSL color Cylindrical-coordinate representation of color #6F968C: hue angle of 164.62º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6F968C is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB111150140-
CMYK0.2600.070.41
HSL164.62º15.66%51.18%-
HSV(B)164.62º26%58.82%-
XYZ22.227.0928.87-
YUV137.2129.58109.31-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 27.68%
GREEN value IS 150 (58.98% from 255) = 37.41%
BLUE value IS 140 (55.08% from 255) = 34.91%
R=27.68%
G=37.41%
B=34.91%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1111501400.2600.070.41164.6215.6651.18
Hex6F968C1A0729a51033
Octal1572262143207512452063
Binary110111110010110100011001101001111010011010010110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F968C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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