Html Css Color HEX #689089 Gumbo

📋 copy color: '#689089'

red 104 ◦ green 144 ◦ blue 137

#689089
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gumbo #689089

Tints of Gumbo #689089

RGB

 RED value IS 104 (41.02% from 255) = 27.01%

 GREEN value IS 144 (56.64% from 255) = 37.4%

 BLUE value IS 137 (53.91% from 255) = 35.58%

R = 27.01%
G = 37.4%
B = 35.58%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.05

 K value IS 0.44

RGB Variations

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

Color information

#689089 (or 0x689089) is known color: Gumbo. HEX triplet: 68, 90 and 89. RGB value is (104,144,137). Sum of RGB (Red+Green+Blue) = 104+144+137=385 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.01% from 385); Green value is 144 (56.64% from 255 or 37.40% from 385); Blue value is 137 (53.91% from 255 or 35.58% from 385); Max value from RGB is 144 - color contains mainly: green. Hex color #689089 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689089 is #976F76. Grayscale: #838383. Windows color (decimal): -9924471 or 9015400. OLE color: 9015400.

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

Color convert

RGB 104 144 137 -
CMYK 0.28 0 0.05 0.44
HSL 169.5º 0.16% 0.49% -
HSV(B) 169.5º 0.28% 0.56% -
XYZ 20.2 24.7 27.37 -
YUV 131.24 131.25 108.57 -
System Red Green Blue C M Y K H S L
Decimal 104 144 137 0.28 0 0.05 0.44 169.5 0.16 0.49
Hex 68 90 89 1C 0 5 2C AA 10 31
Octal 150 220 211 34 0 5 54 252 20 61
Binary 1101000 10010000 10001001 11100 0 101 101100 10101010 10000 110001

Color Harmonies of #689089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689089

Black with #689089

Text Example


Text Example

White with #689089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689089; }

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

 H1.HeaderClassName
 {
   color: #689089;
 }
 .AnyTagClassName
 {
   color: #689089;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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