Html Css Color HEX #689C92 Gumbo

📋 copy color: '#689C92'

red 104 ◦ green 156 ◦ blue 146

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

Shades of Gumbo #689C92

Tints of Gumbo #689C92

RGB

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

 GREEN value IS 156 (61.33% from 255) = 38.42%

 BLUE value IS 146 (57.42% from 255) = 35.96%

R = 25.62%
G = 38.42%
B = 35.96%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.06

 K value IS 0.39

RGB Variations

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

Color information

#689C92 (or 0x689C92) is known color: Gumbo. HEX triplet: 68, 9C and 92. RGB value is (104,156,146). Sum of RGB (Red+Green+Blue) = 104+156+146=406 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.62% from 406); Green value is 156 (61.33% from 255 or 38.42% from 406); Blue value is 146 (57.42% from 255 or 35.96% from 406); Max value from RGB is 156 - color contains mainly: green. Hex color #689C92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689C92 is #97636D. Grayscale: #8B8B8B. Windows color (decimal): -9921390 or 9608296. OLE color: 9608296.

HSL color Cylindrical-coordinate representation of color #689C92: hue angle of 168.46º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #689C92 is Cyan = 0.33, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.39.

Color convert

RGB 104 156 146 -
CMYK 0.33 0 0.06 0.39
HSL 168.46º 0.21% 0.51% -
HSV(B) 168.46º 0.33% 0.61% -
XYZ 22.79 28.8 31.55 -
YUV 139.31 131.77 102.81 -
System Red Green Blue C M Y K H S L
Decimal 104 156 146 0.33 0 0.06 0.39 168.46 0.21 0.51
Hex 68 9C 92 21 0 6 27 A8 15 33
Octal 150 234 222 41 0 6 47 250 25 63
Binary 1101000 10011100 10010010 100001 0 110 100111 10101000 10101 110011

Color Harmonies of #689C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689C92

Black with #689C92

Text Example


Text Example

White with #689C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689C92; }

 p { color: rgb(104,156,146); }

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

background-color css

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

 a { background-color: rgb(104,156,146); }

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

border-color css

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

 span { border-color: rgb(104,156,146); }

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