Html Css Color HEX #688988 Gumbo

📋 copy color: '#688988'

red 104 ◦ green 137 ◦ blue 136

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

Shades of Gumbo #688988

Tints of Gumbo #688988

RGB

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

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

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

R = 27.59%
G = 36.34%
B = 36.07%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.01

 K value IS 0.46

RGB Variations

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

Color information

#688988 (or 0x688988) is known color: Gumbo. HEX triplet: 68, 89 and 88. RGB value is (104,137,136). Sum of RGB (Red+Green+Blue) = 104+137+136=377 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.59% from 377); Green value is 137 (53.91% from 255 or 36.34% from 377); Blue value is 136 (53.52% from 255 or 36.07% from 377); Max value from RGB is 137 - color contains mainly: green. Hex color #688988 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688988 is #977677. Grayscale: #7E7E7E. Windows color (decimal): -9926264 or 8948072. OLE color: 8948072.

HSL color Cylindrical-coordinate representation of color #688988: hue angle of 178.18º 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 #688988 is Cyan = 0.24, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.46.

Color convert

RGB 104 137 136 -
CMYK 0.24 0 0.01 0.46
HSL 178.18º 0.14% 0.47% -
HSV(B) 178.18º 0.24% 0.54% -
XYZ 19.1 22.61 26.65 -
YUV 127.02 133.07 111.58 -
System Red Green Blue C M Y K H S L
Decimal 104 137 136 0.24 0 0.01 0.46 178.18 0.14 0.47
Hex 68 89 88 18 0 1 2E B2 E 2F
Octal 150 211 210 30 0 1 56 262 16 57
Binary 1101000 10001001 10001000 11000 0 1 101110 10110010 1110 101111

Color Harmonies of #688988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688988

Black with #688988

Text Example


Text Example

White with #688988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688988; }

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

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

background-color css

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

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

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

border-color css

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

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

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