Html Css Color HEX #689D92 Gumbo

📋 copy color: '#689D92'

red 104 ◦ green 157 ◦ blue 146

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

Shades of Gumbo #689D92

Tints of Gumbo #689D92

RGB

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

 GREEN value IS 157 (61.72% from 255) = 38.57%

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

R = 25.55%
G = 38.57%
B = 35.87%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.07

 K value IS 0.38

RGB Variations

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

Color information

#689D92 (or 0x689D92) is known color: Gumbo. HEX triplet: 68, 9D and 92. RGB value is (104,157,146). Sum of RGB (Red+Green+Blue) = 104+157+146=407 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.55% from 407); Green value is 157 (61.72% from 255 or 38.57% from 407); Blue value is 146 (57.42% from 255 or 35.87% from 407); Max value from RGB is 157 - color contains mainly: green. Hex color #689D92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689D92 is #97626D. Grayscale: #8B8B8B. Windows color (decimal): -9921134 or 9608552. OLE color: 9608552.

HSL color Cylindrical-coordinate representation of color #689D92: hue angle of 167.55º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #689D92 is Cyan = 0.34, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.38.

Color convert

RGB 104 157 146 -
CMYK 0.34 0 0.07 0.38
HSL 167.55º 0.21% 0.51% -
HSV(B) 167.55º 0.34% 0.62% -
XYZ 22.95 29.13 31.61 -
YUV 139.9 131.44 102.39 -
System Red Green Blue C M Y K H S L
Decimal 104 157 146 0.34 0 0.07 0.38 167.55 0.21 0.51
Hex 68 9D 92 22 0 7 26 A8 15 33
Octal 150 235 222 42 0 7 46 250 25 63
Binary 1101000 10011101 10010010 100010 0 111 100110 10101000 10101 110011

Color Harmonies of #689D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689D92

Black with #689D92

Text Example


Text Example

White with #689D92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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