Html Css Color HEX #698986 Gumbo

📋 copy color: '#698986'

red 105 ◦ green 137 ◦ blue 134

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

Shades of Gumbo #698986

Tints of Gumbo #698986

RGB

 RED value IS 105 (41.41% from 255) = 27.93%

 GREEN value IS 137 (53.91% from 255) = 36.44%

 BLUE value IS 134 (52.73% from 255) = 35.64%

R = 27.93%
G = 36.44%
B = 35.64%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.02

 K value IS 0.46

RGB Variations

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

Color information

#698986 (or 0x698986) is known color: Gumbo. HEX triplet: 69, 89 and 86. RGB value is (105,137,134). Sum of RGB (Red+Green+Blue) = 105+137+134=376 (49% of max value = 765). Red value is 105 (41.41% from 255 or 27.93% from 376); Green value is 137 (53.91% from 255 or 36.44% from 376); Blue value is 134 (52.73% from 255 or 35.64% from 376); Max value from RGB is 137 - color contains mainly: green. Hex color #698986 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698986 is #967679. Grayscale: #7F7F7F. Windows color (decimal): -9860730 or 8817001. OLE color: 8817001.

HSL color Cylindrical-coordinate representation of color #698986: hue angle of 174.38º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #698986 is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.46.

Color convert

RGB 105 137 134 -
CMYK 0.23 0 0.02 0.46
HSL 174.38º 0.13% 0.47% -
HSV(B) 174.38º 0.23% 0.54% -
XYZ 19.07 22.62 25.91 -
YUV 127.09 131.9 112.24 -
System Red Green Blue C M Y K H S L
Decimal 105 137 134 0.23 0 0.02 0.46 174.38 0.13 0.47
Hex 69 89 86 17 0 2 2E AE D 2F
Octal 151 211 206 27 0 2 56 256 15 57
Binary 1101001 10001001 10000110 10111 0 10 101110 10101110 1101 101111

Color Harmonies of #698986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698986

Black with #698986

Text Example


Text Example

White with #698986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698986; }

 p { color: rgb(105,137,134); }

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

background-color css

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

 a { background-color: rgb(105,137,134); }

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

border-color css

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

 span { border-color: rgb(105,137,134); }

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