Html Css Color HEX #698A86 Gumbo

📋 copy color: '#698A86'

red 105 ◦ green 138 ◦ blue 134

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

Shades of Gumbo #698A86

Tints of Gumbo #698A86

RGB

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

 GREEN value IS 138 (54.3% from 255) = 36.6%

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

R = 27.85%
G = 36.6%
B = 35.54%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.03

 K value IS 0.46

RGB Variations

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

Color information

#698A86 (or 0x698A86) is known color: Gumbo. HEX triplet: 69, 8A and 86. RGB value is (105,138,134). Sum of RGB (Red+Green+Blue) = 105+138+134=377 (49% of max value = 765). Red value is 105 (41.41% from 255 or 27.85% from 377); Green value is 138 (54.30% from 255 or 36.60% from 377); Blue value is 134 (52.73% from 255 or 35.54% from 377); Max value from RGB is 138 - color contains mainly: green. Hex color #698A86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698A86 is #967579. Grayscale: #7F7F7F. Windows color (decimal): -9860474 or 8817257. OLE color: 8817257.

HSL color Cylindrical-coordinate representation of color #698A86: hue angle of 172.73º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #698A86 is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.46.

Color convert

RGB 105 138 134 -
CMYK 0.24 0 0.03 0.46
HSL 172.73º 0.14% 0.48% -
HSV(B) 172.73º 0.24% 0.54% -
XYZ 19.22 22.9 25.96 -
YUV 127.68 131.57 111.83 -
System Red Green Blue C M Y K H S L
Decimal 105 138 134 0.24 0 0.03 0.46 172.73 0.14 0.48
Hex 69 8A 86 18 0 3 2E AD E 30
Octal 151 212 206 30 0 3 56 255 16 60
Binary 1101001 10001010 10000110 11000 0 11 101110 10101101 1110 110000

Color Harmonies of #698A86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698A86

Black with #698A86

Text Example


Text Example

White with #698A86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698A86; }

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

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

background-color css

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

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

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

border-color css

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

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

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