Html Css Color HEX #689B92 Gumbo

📋 copy color: '#689B92'

red 104 ◦ green 155 ◦ blue 146

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

Shades of Gumbo #689B92

Tints of Gumbo #689B92

RGB

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

 GREEN value IS 155 (60.94% from 255) = 38.27%

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

R = 25.68%
G = 38.27%
B = 36.05%

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

#689B92 (or 0x689B92) is known color: Gumbo. HEX triplet: 68, 9B and 92. RGB value is (104,155,146). Sum of RGB (Red+Green+Blue) = 104+155+146=405 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.68% from 405); Green value is 155 (60.94% from 255 or 38.27% from 405); Blue value is 146 (57.42% from 255 or 36.05% from 405); Max value from RGB is 155 - color contains mainly: green. Hex color #689B92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689B92 is #97646D. Grayscale: #8A8A8A. Windows color (decimal): -9921646 or 9608040. OLE color: 9608040.

HSL color Cylindrical-coordinate representation of color #689B92: hue angle of 169.41º degrees, saturation: 0.2, 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 #689B92 is Cyan = 0.33, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.39.

Color convert

RGB 104 155 146 -
CMYK 0.33 0 0.06 0.39
HSL 169.41º 0.2% 0.51% -
HSV(B) 169.41º 0.33% 0.61% -
XYZ 22.62 28.46 31.5 -
YUV 138.73 132.1 103.23 -
System Red Green Blue C M Y K H S L
Decimal 104 155 146 0.33 0 0.06 0.39 169.41 0.2 0.51
Hex 68 9B 92 21 0 6 27 A9 14 33
Octal 150 233 222 41 0 6 47 251 24 63
Binary 1101000 10011011 10010010 100001 0 110 100111 10101001 10100 110011

Color Harmonies of #689B92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689B92

Black with #689B92

Text Example


Text Example

White with #689B92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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