#6A8984

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

Shades of Gumbo #6A8984

Tints of Gumbo #6A8984

Color information

#6A8984 (or 0x6A8984) is unknown color: approx Gumbo. HEX triplet: 6A, 89 and 84. RGB value is (106,137,132). Sum of RGB (Red+Green+Blue) = 106+137+132=375 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.27% from 375); Green value is 137 (53.91% from 255 or 36.53% from 375); Blue value is 132 (51.95% from 255 or 35.2% from 375); Max value from RGB is 137 - color contains mainly: green. Hex color #6A8984 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A8984 is #95767B. Grayscale: #7F7F7F. Windows color (decimal): -9795196 or 8685930. OLE color: 8685930.

HSL color Cylindrical-coordinate representation of color #6A8984: hue angle of 170.32º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6A8984 is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB106137132-
CMYK0.2300.040.46
HSL170.32º12.76%47.65%-
HSV(B)170.32º22.63%53.73%-
XYZ19.0522.6225.19-
YUV127.16130.73112.91-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 28.27%
GREEN value IS 137 (53.91% from 255) = 36.53%
BLUE value IS 132 (51.95% from 255) = 35.2%
R=28.27%
G=36.53%
B=35.2%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1061371320.2300.040.46170.3212.7647.65
Hex6A898417042Eaad30
Octal1522112042704562521560
Binary11010101000100110000100101110100101110101010101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A8984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,137,132); }

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

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

 a { background-color: rgb(106,137,132); }

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

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

 span { border-color: rgb(106,137,132); }

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