#6C978E

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

Shades of Gumbo #6C978E

Tints of Gumbo #6C978E

Color information

#6C978E (or 0x6C978E) is unknown color: approx Gumbo. HEX triplet: 6C, 97 and 8E. RGB value is (108,151,142). Sum of RGB (Red+Green+Blue) = 108+151+142=401 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.93% from 401); Green value is 151 (59.38% from 255 or 37.66% from 401); Blue value is 142 (55.86% from 255 or 35.41% from 401); Max value from RGB is 151 - color contains mainly: green. Hex color #6C978E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C978E is #936871. Grayscale: #898989. Windows color (decimal): -9660530 or 9344876. OLE color: 9344876.

HSL color Cylindrical-coordinate representation of color #6C978E: hue angle of 167.44º 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 #6C978E is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.41.

Color convert

RGB108151142-
CMYK0.2800.060.41
HSL167.44º17.13%50.78%-
HSV(B)167.44º28.48%59.22%-
XYZ22.1327.2729.69-
YUV137.12130.75107.23-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 26.93%
GREEN value IS 151 (59.38% from 255) = 37.66%
BLUE value IS 142 (55.86% from 255) = 35.41%
R=26.93%
G=37.66%
B=35.41%

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
Decimal1081511420.2800.060.41167.4417.1350.78
Hex6C978E1C0629a71133
Octal1542272163406512472163
Binary110110010010111100011101110001101010011010011110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C978E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,151,142); }

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

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

 a { background-color: rgb(108,151,142); }

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

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

 span { border-color: rgb(108,151,142); }

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