#689890

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

Shades of Gumbo #689890

Tints of Gumbo #689890

Color information

#689890 (or 0x689890) is unknown color: approx Gumbo. HEX triplet: 68, 98 and 90. RGB value is (104,152,144). Sum of RGB (Red+Green+Blue) = 104+152+144=400 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26% from 400); Green value is 152 (59.77% from 255 or 38% from 400); Blue value is 144 (56.64% from 255 or 36% from 400); Max value from RGB is 152 - color contains mainly: green. Hex color #689890 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689890 is #97676F. Grayscale: #888888. Windows color (decimal): -9922416 or 9476200. OLE color: 9476200.

HSL color Cylindrical-coordinate representation of color #689890: hue angle of 170º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #689890 is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.40.

Color convert

RGB104152144-
CMYK0.3200.050.40
HSL170º18.9%50.2%-
HSV(B)170º31.58%59.61%-
XYZ21.9727.4130.52-
YUV136.74132.1104.65-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26%
GREEN value IS 152 (59.77% from 255) = 38%
BLUE value IS 144 (56.64% from 255) = 36%
R=26%
G=38%
B=36%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1041521440.3200.050.4017018.950.2
Hex689890200528aa1332
Octal1502302204005502522362
Binary1101000100110001001000010000001011010001010101010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689890; }

 p { color: rgb(104,152,144); }

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

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

 a { background-color: rgb(104,152,144); }

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

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

 span { border-color: rgb(104,152,144); }

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