#6B978D

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

Shades of Gumbo #6B978D

Tints of Gumbo #6B978D

Color information

#6B978D (or 0x6B978D) is unknown color: approx Gumbo. HEX triplet: 6B, 97 and 8D. RGB value is (107,151,141). Sum of RGB (Red+Green+Blue) = 107+151+141=399 (52% of max value = 765). Red value is 107 (42.19% from 255 or 26.82% from 399); Green value is 151 (59.38% from 255 or 37.84% from 399); Blue value is 141 (55.47% from 255 or 35.34% from 399); Max value from RGB is 151 - color contains mainly: green. Hex color #6B978D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B978D is #946872. Grayscale: #888888. Windows color (decimal): -9726067 or 9279339. OLE color: 9279339.

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

Color convert

RGB107151141-
CMYK0.2900.070.41
HSL166.36º17.46%50.59%-
HSV(B)166.36º29.14%59.22%-
XYZ21.9427.1829.29-
YUV136.7130.42106.81-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 26.82%
GREEN value IS 151 (59.38% from 255) = 37.84%
BLUE value IS 141 (55.47% from 255) = 35.34%
R=26.82%
G=37.84%
B=35.34%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1071511410.2900.070.41166.3617.4650.59
Hex6B978D1D0729a61133
Octal1532272153507512462163
Binary110101110010111100011011110101111010011010011010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B978D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,151,141); }

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

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

 a { background-color: rgb(107,151,141); }

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

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

 span { border-color: rgb(107,151,141); }

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