#6F928C

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

Shades of Gumbo #6F928C

Tints of Gumbo #6F928C

Color information

#6F928C (or 0x6F928C) is unknown color: approx Gumbo. HEX triplet: 6F, 92 and 8C. RGB value is (111,146,140). Sum of RGB (Red+Green+Blue) = 111+146+140=397 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.96% from 397); Green value is 146 (57.42% from 255 or 36.78% from 397); Blue value is 140 (55.08% from 255 or 35.26% from 397); Max value from RGB is 146 - color contains mainly: green. Hex color #6F928C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F928C is #906D73. Grayscale: #868686. Windows color (decimal): -9465204 or 9212527. OLE color: 9212527.

HSL color Cylindrical-coordinate representation of color #6F928C: hue angle of 169.71º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6F928C is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.43.

Color convert

RGB111146140-
CMYK0.2400.040.43
HSL169.71º13.83%50.39%-
HSV(B)169.71º23.97%57.25%-
XYZ21.5725.8328.66-
YUV134.85130.9110.99-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 27.96%
GREEN value IS 146 (57.42% from 255) = 36.78%
BLUE value IS 140 (55.08% from 255) = 35.26%
R=27.96%
G=36.78%
B=35.26%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1111461400.2400.040.43169.7113.8350.39
Hex6F928C18042Baae32
Octal1572222143004532521662
Binary11011111001001010001100110000100101011101010101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F928C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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