Html Css Color HEX #688A85 Gumbo

📋 copy color: '#688A85'

red 104 ◦ green 138 ◦ blue 133

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

Shades of Gumbo #688A85

Tints of Gumbo #688A85

RGB

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

 GREEN value IS 138 (54.3% from 255) = 36.8%

 BLUE value IS 133 (52.34% from 255) = 35.47%

R = 27.73%
G = 36.8%
B = 35.47%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.04

 K value IS 0.46

RGB Variations

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

Color information

#688A85 (or 0x688A85) is known color: Gumbo. HEX triplet: 68, 8A and 85. RGB value is (104,138,133). Sum of RGB (Red+Green+Blue) = 104+138+133=375 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.73% from 375); Green value is 138 (54.30% from 255 or 36.8% from 375); Blue value is 133 (52.34% from 255 or 35.47% from 375); Max value from RGB is 138 - color contains mainly: green. Hex color #688A85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688A85 is #97757A. Grayscale: #7F7F7F. Windows color (decimal): -9926011 or 8751720. OLE color: 8751720.

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

Color convert

RGB 104 138 133 -
CMYK 0.25 0 0.04 0.46
HSL 171.18º 0.14% 0.47% -
HSV(B) 171.18º 0.25% 0.54% -
XYZ 19.03 22.81 25.59 -
YUV 127.26 131.24 111.41 -
System Red Green Blue C M Y K H S L
Decimal 104 138 133 0.25 0 0.04 0.46 171.18 0.14 0.47
Hex 68 8A 85 19 0 4 2E AB E 2F
Octal 150 212 205 31 0 4 56 253 16 57
Binary 1101000 10001010 10000101 11001 0 100 101110 10101011 1110 101111

Color Harmonies of #688A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688A85

Black with #688A85

Text Example


Text Example

White with #688A85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,138,133); }

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

background-color css

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

 a { background-color: rgb(104,138,133); }

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

border-color css

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

 span { border-color: rgb(104,138,133); }

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