#668984

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

Shades of Gumbo #668984

Tints of Gumbo #668984

Color information

#668984 (or 0x668984) is unknown color: approx Gumbo. HEX triplet: 66, 89 and 84. RGB value is (102,137,132). Sum of RGB (Red+Green+Blue) = 102+137+132=371 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.49% from 371); Green value is 137 (53.91% from 255 or 36.93% from 371); Blue value is 132 (51.95% from 255 or 35.58% from 371); Max value from RGB is 137 - color contains mainly: green. Hex color #668984 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668984 is #99767B. Grayscale: #7D7D7D. Windows color (decimal): -10057340 or 8685926. OLE color: 8685926.

HSL color Cylindrical-coordinate representation of color #668984: hue angle of 171.43º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #668984 is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB102137132-
CMYK0.2600.040.46
HSL171.43º14.64%46.86%-
HSV(B)171.43º25.55%53.73%-
XYZ18.5922.3825.17-
YUV125.96131.4110.91-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.49%
GREEN value IS 137 (53.91% from 255) = 36.93%
BLUE value IS 132 (51.95% from 255) = 35.58%
R=27.49%
G=36.93%
B=35.58%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1021371320.2600.040.46171.4314.6446.86
Hex6689841A042Eabf2f
Octal1462112043204562531757
Binary11001101000100110000100110100100101110101010111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668984; }

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

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

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

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

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

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

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

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