Html Css Color HEX #689891 Gumbo

📋 copy color: '#689891'

red 104 ◦ green 152 ◦ blue 145

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

Shades of Gumbo #689891

Tints of Gumbo #689891

RGB

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

 GREEN value IS 152 (59.77% from 255) = 37.91%

 BLUE value IS 145 (57.03% from 255) = 36.16%

R = 25.94%
G = 37.91%
B = 36.16%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.05

 K value IS 0.40

RGB Variations

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

Color information

#689891 (or 0x689891) is known color: Gumbo. HEX triplet: 68, 98 and 91. RGB value is (104,152,145). Sum of RGB (Red+Green+Blue) = 104+152+145=401 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.94% from 401); Green value is 152 (59.77% from 255 or 37.91% from 401); Blue value is 145 (57.03% from 255 or 36.16% from 401); Max value from RGB is 152 - color contains mainly: green. Hex color #689891 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689891 is #97676E. Grayscale: #888888. Windows color (decimal): -9922415 or 9541736. OLE color: 9541736.

HSL color Cylindrical-coordinate representation of color #689891: hue angle of 171.25º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #689891 is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.40.

Color convert

RGB 104 152 145 -
CMYK 0.32 0 0.05 0.40
HSL 171.25º 0.19% 0.5% -
HSV(B) 171.25º 0.32% 0.6% -
XYZ 22.05 27.44 30.92 -
YUV 136.85 132.6 104.57 -
System Red Green Blue C M Y K H S L
Decimal 104 152 145 0.32 0 0.05 0.40 171.25 0.19 0.5
Hex 68 98 91 20 0 5 28 AB 13 32
Octal 150 230 221 40 0 5 50 253 23 62
Binary 1101000 10011000 10010001 100000 0 101 101000 10101011 10011 110010

Color Harmonies of #689891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689891

Black with #689891

Text Example


Text Example

White with #689891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689891; }

 p { color: rgb(104,152,145); }

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

background-color css

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

 a { background-color: rgb(104,152,145); }

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

border-color css

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

 span { border-color: rgb(104,152,145); }

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