#6C968D

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

Shades of Gumbo #6C968D

Tints of Gumbo #6C968D

Color information

#6C968D (or 0x6C968D) is unknown color: approx Gumbo. HEX triplet: 6C, 96 and 8D. RGB value is (108,150,141). Sum of RGB (Red+Green+Blue) = 108+150+141=399 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.07% from 399); Green value is 150 (58.98% from 255 or 37.59% from 399); Blue value is 141 (55.47% from 255 or 35.34% from 399); Max value from RGB is 150 - color contains mainly: green. Hex color #6C968D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C968D is #936972. Grayscale: #888888. Windows color (decimal): -9660787 or 9279084. OLE color: 9279084.

HSL color Cylindrical-coordinate representation of color #6C968D: hue angle of 167.14º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6C968D is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.41.

Color convert

RGB108150141-
CMYK0.2800.060.41
HSL167.14º16.67%50.59%-
HSV(B)167.14º28%58.82%-
XYZ21.926.9229.24-
YUV136.42130.59107.73-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 27.07%
GREEN value IS 150 (58.98% from 255) = 37.59%
BLUE value IS 141 (55.47% from 255) = 35.34%
R=27.07%
G=37.59%
B=35.34%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1081501410.2800.060.41167.1416.6750.59
Hex6C968D1C0629a71133
Octal1542262153406512472163
Binary110110010010110100011011110001101010011010011110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C968D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,150,141); }

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

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

 a { background-color: rgb(108,150,141); }

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

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

 span { border-color: rgb(108,150,141); }

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