#6A978E

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

Shades of Gumbo #6A978E

Tints of Gumbo #6A978E

Color information

#6A978E (or 0x6A978E) is unknown color: approx Gumbo. HEX triplet: 6A, 97 and 8E. RGB value is (106,151,142). Sum of RGB (Red+Green+Blue) = 106+151+142=399 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.57% from 399); Green value is 151 (59.38% from 255 or 37.84% from 399); Blue value is 142 (55.86% from 255 or 35.59% from 399); Max value from RGB is 151 - color contains mainly: green. Hex color #6A978E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A978E is #956871. Grayscale: #888888. Windows color (decimal): -9791602 or 9344874. OLE color: 9344874.

HSL color Cylindrical-coordinate representation of color #6A978E: hue angle of 168º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6A978E is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.41.

Color convert

RGB106151142-
CMYK0.3000.060.41
HSL168º17.79%50.39%-
HSV(B)168º29.8%59.22%-
XYZ21.8927.1529.68-
YUV136.52131.09106.23-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 26.57%
GREEN value IS 151 (59.38% from 255) = 37.84%
BLUE value IS 142 (55.86% from 255) = 35.59%
R=26.57%
G=37.84%
B=35.59%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1061511420.3000.060.4116817.7950.39
Hex6A978E1E0629a81232
Octal1522272163606512502262
Binary110101010010111100011101111001101010011010100010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A978E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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