#6F958B

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

Shades of Gumbo #6F958B

Tints of Gumbo #6F958B

Color information

#6F958B (or 0x6F958B) is unknown color: approx Gumbo. HEX triplet: 6F, 95 and 8B. RGB value is (111,149,139). Sum of RGB (Red+Green+Blue) = 111+149+139=399 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.82% from 399); Green value is 149 (58.59% from 255 or 37.34% from 399); Blue value is 139 (54.69% from 255 or 34.84% from 399); Max value from RGB is 149 - color contains mainly: green. Hex color #6F958B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F958B is #906A74. Grayscale: #888888. Windows color (decimal): -9464437 or 9147759. OLE color: 9147759.

HSL color Cylindrical-coordinate representation of color #6F958B: hue angle of 164.21º 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 #6F958B is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB111149139-
CMYK0.2600.070.42
HSL164.21º15.2%50.98%-
HSV(B)164.21º25.5%58.43%-
XYZ21.9626.7428.43-
YUV136.5129.41109.81-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 27.82%
GREEN value IS 149 (58.59% from 255) = 37.34%
BLUE value IS 139 (54.69% from 255) = 34.84%
R=27.82%
G=37.34%
B=34.84%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1111491390.2600.070.42164.2115.250.98
Hex6F958B1A072Aa4f33
Octal1572252133207522441763
Binary11011111001010110001011110100111101010101001001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F958B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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