Html Css Color HEX #689088 Gumbo

📋 copy color: '#689088'

red 104 ◦ green 144 ◦ blue 136

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

Shades of Gumbo #689088

Tints of Gumbo #689088

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.5%

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

R = 27.08%
G = 37.5%
B = 35.42%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.06

 K value IS 0.44

RGB Variations

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

Color information

#689088 (or 0x689088) is known color: Gumbo. HEX triplet: 68, 90 and 88. RGB value is (104,144,136). Sum of RGB (Red+Green+Blue) = 104+144+136=384 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.08% from 384); Green value is 144 (56.64% from 255 or 37.5% from 384); Blue value is 136 (53.52% from 255 or 35.42% from 384); Max value from RGB is 144 - color contains mainly: green. Hex color #689088 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689088 is #976F77. Grayscale: #838383. Windows color (decimal): -9924472 or 8949864. OLE color: 8949864.

HSL color Cylindrical-coordinate representation of color #689088: hue angle of 168º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #689088 is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB 104 144 136 -
CMYK 0.28 0 0.06 0.44
HSL 168º 0.16% 0.49% -
HSV(B) 168º 0.28% 0.56% -
XYZ 20.13 24.67 26.99 -
YUV 131.13 130.75 108.65 -
System Red Green Blue C M Y K H S L
Decimal 104 144 136 0.28 0 0.06 0.44 168 0.16 0.49
Hex 68 90 88 1C 0 6 2C A8 10 31
Octal 150 220 210 34 0 6 54 250 20 61
Binary 1101000 10010000 10001000 11100 0 110 101100 10101000 10000 110001

Color Harmonies of #689088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689088

Black with #689088

Text Example


Text Example

White with #689088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689088; }

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

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

background-color css

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

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

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

border-color css

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

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

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