Html Css Color HEX #689F93 Gumbo

📋 copy color: '#689F93'

red 104 ◦ green 159 ◦ blue 147

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

Shades of Gumbo #689F93

Tints of Gumbo #689F93

RGB

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

 GREEN value IS 159 (62.5% from 255) = 38.78%

 BLUE value IS 147 (57.81% from 255) = 35.85%

R = 25.37%
G = 38.78%
B = 35.85%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.08

 K value IS 0.38

RGB Variations

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

Color information

#689F93 (or 0x689F93) is known color: Gumbo. HEX triplet: 68, 9F and 93. RGB value is (104,159,147). Sum of RGB (Red+Green+Blue) = 104+159+147=410 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.37% from 410); Green value is 159 (62.5% from 255 or 38.78% from 410); Blue value is 147 (57.81% from 255 or 35.85% from 410); Max value from RGB is 159 - color contains mainly: green. Hex color #689F93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689F93 is #97606C. Grayscale: #8D8D8D. Windows color (decimal): -9920621 or 9674600. OLE color: 9674600.

HSL color Cylindrical-coordinate representation of color #689F93: hue angle of 166.91º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #689F93 is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.

Color convert

RGB 104 159 147 -
CMYK 0.35 0 0.08 0.38
HSL 166.91º 0.22% 0.52% -
HSV(B) 166.91º 0.35% 0.62% -
XYZ 23.37 29.85 32.13 -
YUV 141.19 131.28 101.48 -
System Red Green Blue C M Y K H S L
Decimal 104 159 147 0.35 0 0.08 0.38 166.91 0.22 0.52
Hex 68 9F 93 23 0 8 26 A7 16 34
Octal 150 237 223 43 0 10 46 247 26 64
Binary 1101000 10011111 10010011 100011 0 1000 100110 10100111 10110 110100

Color Harmonies of #689F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689F93

Black with #689F93

Text Example


Text Example

White with #689F93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,159,147); }

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

background-color css

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

 a { background-color: rgb(104,159,147); }

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

border-color css

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

 span { border-color: rgb(104,159,147); }

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