Html Css Color HEX #689690 Gumbo

📋 copy color: '#689690'

red 104 ◦ green 150 ◦ blue 144

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

Shades of Gumbo #689690

Tints of Gumbo #689690

RGB

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

 GREEN value IS 150 (58.98% from 255) = 37.69%

 BLUE value IS 144 (56.64% from 255) = 36.18%

R = 26.13%
G = 37.69%
B = 36.18%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.04

 K value IS 0.41

RGB Variations

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

Color information

#689690 (or 0x689690) is known color: Gumbo. HEX triplet: 68, 96 and 90. RGB value is (104,150,144). Sum of RGB (Red+Green+Blue) = 104+150+144=398 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.13% from 398); Green value is 150 (58.98% from 255 or 37.69% from 398); Blue value is 144 (56.64% from 255 or 36.18% from 398); Max value from RGB is 150 - color contains mainly: green. Hex color #689690 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689690 is #97696F. Grayscale: #878787. Windows color (decimal): -9922928 or 9475688. OLE color: 9475688.

HSL color Cylindrical-coordinate representation of color #689690: hue angle of 172.17º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #689690 is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.41.

Color convert

RGB 104 150 144 -
CMYK 0.31 0 0.04 0.41
HSL 172.17º 0.18% 0.5% -
HSV(B) 172.17º 0.31% 0.59% -
XYZ 21.65 26.77 30.41 -
YUV 135.56 132.76 105.49 -
System Red Green Blue C M Y K H S L
Decimal 104 150 144 0.31 0 0.04 0.41 172.17 0.18 0.5
Hex 68 96 90 1F 0 4 29 AC 12 32
Octal 150 226 220 37 0 4 51 254 22 62
Binary 1101000 10010110 10010000 11111 0 100 101001 10101100 10010 110010

Color Harmonies of #689690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689690

Black with #689690

Text Example


Text Example

White with #689690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689690; }

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

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

background-color css

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

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

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

border-color css

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

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

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