#6F9489

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

Shades of Gumbo #6F9489

Tints of Gumbo #6F9489

Color information

#6F9489 (or 0x6F9489) is unknown color: approx Gumbo. HEX triplet: 6F, 94 and 89. RGB value is (111,148,137). Sum of RGB (Red+Green+Blue) = 111+148+137=396 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.03% from 396); Green value is 148 (58.20% from 255 or 37.37% from 396); Blue value is 137 (53.91% from 255 or 34.60% from 396); Max value from RGB is 148 - color contains mainly: green. Hex color #6F9489 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F9489 is #906B76. Grayscale: #878787. Windows color (decimal): -9464695 or 9016431. OLE color: 9016431.

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

Color convert

RGB111148137-
CMYK0.2500.070.42
HSL162.16º14.74%50.78%-
HSV(B)162.16º25%58.04%-
XYZ21.6626.3727.61-
YUV135.68128.74110.39-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 28.03%
GREEN value IS 148 (58.20% from 255) = 37.37%
BLUE value IS 137 (53.91% from 255) = 34.60%
R=28.03%
G=37.37%
B=34.60%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1111481370.2500.070.42162.1614.7450.78
Hex6F948919072Aa2f33
Octal1572242113107522421763
Binary11011111001010010001001110010111101010101000101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F9489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,148,137); }

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

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

 a { background-color: rgb(111,148,137); }

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

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

 span { border-color: rgb(111,148,137); }

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