#6F9088

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

Shades of Gumbo #6F9088

Tints of Gumbo #6F9088

Color information

#6F9088 (or 0x6F9088) is unknown color: approx Gumbo. HEX triplet: 6F, 90 and 88. RGB value is (111,144,136). Sum of RGB (Red+Green+Blue) = 111+144+136=391 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.39% from 391); Green value is 144 (56.64% from 255 or 36.83% from 391); Blue value is 136 (53.52% from 255 or 34.78% from 391); Max value from RGB is 144 - color contains mainly: green. Hex color #6F9088 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F9088 is #906F77. Grayscale: #858585. Windows color (decimal): -9465720 or 8949871. OLE color: 8949871.

HSL color Cylindrical-coordinate representation of color #6F9088: hue angle of 165.45º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6F9088 is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB111144136-
CMYK0.2300.060.44
HSL165.45º12.94%50%-
HSV(B)165.45º22.92%56.47%-
XYZ20.9725.127.03-
YUV133.22129.57112.15-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 28.39%
GREEN value IS 144 (56.64% from 255) = 36.83%
BLUE value IS 136 (53.52% from 255) = 34.78%
R=28.39%
G=36.83%
B=34.78%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1111441360.2300.060.44165.4512.9450
Hex6F908817062Ca5d32
Octal1572202102706542451562
Binary11011111001000010001000101110110101100101001011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F9088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,144,136); }

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

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

 a { background-color: rgb(111,144,136); }

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

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

 span { border-color: rgb(111,144,136); }

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