#6F948D

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

Shades of Gumbo #6F948D

Tints of Gumbo #6F948D

Color information

#6F948D (or 0x6F948D) is unknown color: approx Gumbo. HEX triplet: 6F, 94 and 8D. RGB value is (111,148,141). Sum of RGB (Red+Green+Blue) = 111+148+141=400 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.75% from 400); Green value is 148 (58.20% from 255 or 37% from 400); Blue value is 141 (55.47% from 255 or 35.25% from 400); Max value from RGB is 148 - color contains mainly: green. Hex color #6F948D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F948D is #906B72. Grayscale: #888888. Windows color (decimal): -9464691 or 9278575. OLE color: 9278575.

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

Color convert

RGB111148141-
CMYK0.2500.050.42
HSL168.65º14.74%50.78%-
HSV(B)168.65º25%58.04%-
XYZ21.9526.4829.15-
YUV136.14130.74110.07-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 27.75%
GREEN value IS 148 (58.20% from 255) = 37%
BLUE value IS 141 (55.47% from 255) = 35.25%
R=27.75%
G=37%
B=35.25%

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
Decimal1111481410.2500.050.42168.6514.7450.78
Hex6F948D19052Aa9f33
Octal1572242153105522511763
Binary11011111001010010001101110010101101010101010011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F948D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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