Html Css Color HEX #688B87 Gumbo

📋 copy color: '#688B87'

red 104 ◦ green 139 ◦ blue 135

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

Shades of Gumbo #688B87

Tints of Gumbo #688B87

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.77%

 BLUE value IS 135 (53.13% from 255) = 35.71%

R = 27.51%
G = 36.77%
B = 35.71%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.03

 K value IS 0.45

RGB Variations

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

Color information

#688B87 (or 0x688B87) is known color: Gumbo. HEX triplet: 68, 8B and 87. RGB value is (104,139,135). Sum of RGB (Red+Green+Blue) = 104+139+135=378 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.51% from 378); Green value is 139 (54.69% from 255 or 36.77% from 378); Blue value is 135 (53.12% from 255 or 35.71% from 378); Max value from RGB is 139 - color contains mainly: green. Hex color #688B87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688B87 is #977478. Grayscale: #808080. Windows color (decimal): -9925753 or 8883048. OLE color: 8883048.

HSL color Cylindrical-coordinate representation of color #688B87: hue angle of 173.14º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #688B87 is Cyan = 0.25, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.45.

Color convert

RGB 104 139 135 -
CMYK 0.25 0 0.03 0.45
HSL 173.14º 0.14% 0.48% -
HSV(B) 173.14º 0.25% 0.55% -
XYZ 19.31 23.16 26.37 -
YUV 128.08 131.9 110.83 -
System Red Green Blue C M Y K H S L
Decimal 104 139 135 0.25 0 0.03 0.45 173.14 0.14 0.48
Hex 68 8B 87 19 0 3 2D AD E 30
Octal 150 213 207 31 0 3 55 255 16 60
Binary 1101000 10001011 10000111 11001 0 11 101101 10101101 1110 110000

Color Harmonies of #688B87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688B87

Black with #688B87

Text Example


Text Example

White with #688B87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688B87; }

 p { color: rgb(104,139,135); }

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

background-color css

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

 a { background-color: rgb(104,139,135); }

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

border-color css

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

 span { border-color: rgb(104,139,135); }

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