Html Css Color HEX #689188 Gumbo

📋 copy color: '#689188'

red 104 ◦ green 145 ◦ blue 136

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

Shades of Gumbo #689188

Tints of Gumbo #689188

RGB

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

 GREEN value IS 145 (57.03% from 255) = 37.66%

 BLUE value IS 136 (53.52% from 255) = 35.32%

R = 27.01%
G = 37.66%
B = 35.32%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.06

 K value IS 0.43

RGB Variations

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

Color information

#689188 (or 0x689188) is known color: Gumbo. HEX triplet: 68, 91 and 88. RGB value is (104,145,136). Sum of RGB (Red+Green+Blue) = 104+145+136=385 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.01% from 385); Green value is 145 (57.03% from 255 or 37.66% from 385); Blue value is 136 (53.52% from 255 or 35.32% from 385); Max value from RGB is 145 - color contains mainly: green. Hex color #689188 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689188 is #976E77. Grayscale: #838383. Windows color (decimal): -9924216 or 8950120. OLE color: 8950120.

HSL color Cylindrical-coordinate representation of color #689188: hue angle of 166.83º 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 #689188 is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.43.

Color convert

RGB 104 145 136 -
CMYK 0.28 0 0.06 0.43
HSL 166.83º 0.16% 0.49% -
HSV(B) 166.83º 0.28% 0.57% -
XYZ 20.28 24.97 27.04 -
YUV 131.72 130.42 108.23 -
System Red Green Blue C M Y K H S L
Decimal 104 145 136 0.28 0 0.06 0.43 166.83 0.16 0.49
Hex 68 91 88 1C 0 6 2B A7 10 31
Octal 150 221 210 34 0 6 53 247 20 61
Binary 1101000 10010001 10001000 11100 0 110 101011 10100111 10000 110001

Color Harmonies of #689188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689188

Black with #689188

Text Example


Text Example

White with #689188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689188; }

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

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

background-color css

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

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

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

border-color css

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

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

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