#689189

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

Shades of Gumbo #689189

Tints of Gumbo #689189

Color information

#689189 (or 0x689189) is unknown color: approx Gumbo. HEX triplet: 68, 91 and 89. RGB value is (104,145,137). Sum of RGB (Red+Green+Blue) = 104+145+137=386 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.94% from 386); Green value is 145 (57.03% from 255 or 37.56% from 386); Blue value is 137 (53.91% from 255 or 35.49% from 386); Max value from RGB is 145 - color contains mainly: green. Hex color #689189 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689189 is #976E76. Grayscale: #838383. Windows color (decimal): -9924215 or 9015656. OLE color: 9015656.

HSL color Cylindrical-coordinate representation of color #689189: hue angle of 168.29º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #689189 is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.43.

Color convert

RGB104145137-
CMYK0.2800.060.43
HSL168.29º16.47%48.82%-
HSV(B)168.29º28.28%56.86%-
XYZ20.352527.42-
YUV131.83130.92108.15-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.94%
GREEN value IS 145 (57.03% from 255) = 37.56%
BLUE value IS 137 (53.91% from 255) = 35.49%
R=26.94%
G=37.56%
B=35.49%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1041451370.2800.060.43168.2916.4748.82
Hex6891891C062Ba81031
Octal1502212113406532502061
Binary110100010010001100010011110001101010111010100010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689189; }

 p { color: rgb(104,145,137); }

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

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

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

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

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

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

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