#6F958C

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

Shades of Gumbo #6F958C

Tints of Gumbo #6F958C

Color information

#6F958C (or 0x6F958C) is unknown color: approx Gumbo. HEX triplet: 6F, 95 and 8C. RGB value is (111,149,140). Sum of RGB (Red+Green+Blue) = 111+149+140=400 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.75% from 400); Green value is 149 (58.59% from 255 or 37.25% from 400); Blue value is 140 (55.08% from 255 or 35% from 400); Max value from RGB is 149 - color contains mainly: green. Hex color #6F958C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F958C is #906A73. Grayscale: #888888. Windows color (decimal): -9464436 or 9213295. OLE color: 9213295.

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

Color convert

RGB111149140-
CMYK0.2600.060.42
HSL165.79º15.2%50.98%-
HSV(B)165.79º25.5%58.43%-
XYZ22.0426.7728.82-
YUV136.61129.91109.73-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 27.75%
GREEN value IS 149 (58.59% from 255) = 37.25%
BLUE value IS 140 (55.08% from 255) = 35%
R=27.75%
G=37.25%
B=35%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1111491400.2600.060.42165.7915.250.98
Hex6F958C1A062Aa6f33
Octal1572252143206522461763
Binary11011111001010110001100110100110101010101001101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F958C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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