Html Css Color HEX #688986 Gumbo

📋 copy color: '#688986'

red 104 ◦ green 137 ◦ blue 134

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

Shades of Gumbo #688986

Tints of Gumbo #688986

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.53%

 BLUE value IS 134 (52.73% from 255) = 35.73%

R = 27.73%
G = 36.53%
B = 35.73%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.02

 K value IS 0.46

RGB Variations

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

Color information

#688986 (or 0x688986) is known color: Gumbo. HEX triplet: 68, 89 and 86. RGB value is (104,137,134). Sum of RGB (Red+Green+Blue) = 104+137+134=375 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.73% from 375); Green value is 137 (53.91% from 255 or 36.53% from 375); Blue value is 134 (52.73% from 255 or 35.73% from 375); Max value from RGB is 137 - color contains mainly: green. Hex color #688986 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688986 is #977679. Grayscale: #7E7E7E. Windows color (decimal): -9926266 or 8817000. OLE color: 8817000.

HSL color Cylindrical-coordinate representation of color #688986: hue angle of 174.55º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #688986 is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.46.

Color convert

RGB 104 137 134 -
CMYK 0.24 0 0.02 0.46
HSL 174.55º 0.14% 0.47% -
HSV(B) 174.55º 0.24% 0.54% -
XYZ 18.96 22.56 25.91 -
YUV 126.79 132.07 111.74 -
System Red Green Blue C M Y K H S L
Decimal 104 137 134 0.24 0 0.02 0.46 174.55 0.14 0.47
Hex 68 89 86 18 0 2 2E AF E 2F
Octal 150 211 206 30 0 2 56 257 16 57
Binary 1101000 10001001 10000110 11000 0 10 101110 10101111 1110 101111

Color Harmonies of #688986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688986

Black with #688986

Text Example


Text Example

White with #688986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688986; }

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

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

background-color css

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

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

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

border-color css

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

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

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