#6F948C

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

Shades of Gumbo #6F948C

Tints of Gumbo #6F948C

Color information

#6F948C (or 0x6F948C) is unknown color: approx Gumbo. HEX triplet: 6F, 94 and 8C. RGB value is (111,148,140). Sum of RGB (Red+Green+Blue) = 111+148+140=399 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.82% from 399); Green value is 148 (58.20% from 255 or 37.09% from 399); Blue value is 140 (55.08% from 255 or 35.09% from 399); Max value from RGB is 148 - color contains mainly: green. Hex color #6F948C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F948C is #906B73. Grayscale: #888888. Windows color (decimal): -9464692 or 9213039. OLE color: 9213039.

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

Color convert

RGB111148140-
CMYK0.2500.050.42
HSL167.03º14.74%50.78%-
HSV(B)167.03º25%58.04%-
XYZ21.8826.4528.76-
YUV136.02130.24110.15-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 27.82%
GREEN value IS 148 (58.20% from 255) = 37.09%
BLUE value IS 140 (55.08% from 255) = 35.09%
R=27.82%
G=37.09%
B=35.09%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1111481400.2500.050.42167.0314.7450.78
Hex6F948C19052Aa7f33
Octal1572242143105522471763
Binary11011111001010010001100110010101101010101001111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F948C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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