#668989

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

Shades of Gumbo #668989

Tints of Gumbo #668989

Color information

#668989 (or 0x668989) is unknown color: approx Gumbo. HEX triplet: 66, 89 and 89. RGB value is (102,137,137). Sum of RGB (Red+Green+Blue) = 102+137+137=376 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.13% from 376); Green value is 137 (53.91% from 255 or 36.44% from 376); Blue value is 137 (53.91% from 255 or 36.44% from 376); Max value from RGB is 137 - color contains mainly: green, blue. Hex color #668989 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668989 is #997676. Grayscale: #7E7E7E. Windows color (decimal): -10057335 or 9013606. OLE color: 9013606.

HSL color Cylindrical-coordinate representation of color #668989: hue angle of 180º 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 #668989 is Cyan = 0.26, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB102137137-
CMYK0.26000.46
HSL180º14.64%46.86%-
HSV(B)180º25.55%53.73%-
XYZ18.9422.5227.02-
YUV126.54133.9110.5-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.13%
GREEN value IS 137 (53.91% from 255) = 36.44%
BLUE value IS 137 (53.91% from 255) = 36.44%
R=27.13%
G=36.44%
B=36.44%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1021371370.26000.4618014.6446.86
Hex6689891A002Eb4f2f
Octal1462112113200562641757
Binary110011010001001100010011101000101110101101001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668989; }

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

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

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

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

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

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

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

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