Html Css Color HEX #698D86 Gumbo

📋 copy color: '#698D86'

red 105 ◦ green 141 ◦ blue 134

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

Shades of Gumbo #698D86

Tints of Gumbo #698D86

RGB

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

 GREEN value IS 141 (55.47% from 255) = 37.11%

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

R = 27.63%
G = 37.11%
B = 35.26%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.05

 K value IS 0.45

RGB Variations

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

Color information

#698D86 (or 0x698D86) is known color: Gumbo. HEX triplet: 69, 8D and 86. RGB value is (105,141,134). Sum of RGB (Red+Green+Blue) = 105+141+134=380 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.63% from 380); Green value is 141 (55.47% from 255 or 37.11% from 380); Blue value is 134 (52.73% from 255 or 35.26% from 380); Max value from RGB is 141 - color contains mainly: green. Hex color #698D86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698D86 is #967279. Grayscale: #818181. Windows color (decimal): -9859706 or 8818025. OLE color: 8818025.

HSL color Cylindrical-coordinate representation of color #698D86: hue angle of 168.33º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #698D86 is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.45.

Color convert

RGB 105 141 134 -
CMYK 0.26 0 0.05 0.45
HSL 168.33º 0.15% 0.48% -
HSV(B) 168.33º 0.26% 0.55% -
XYZ 19.65 23.77 26.11 -
YUV 129.44 130.57 110.57 -
System Red Green Blue C M Y K H S L
Decimal 105 141 134 0.26 0 0.05 0.45 168.33 0.15 0.48
Hex 69 8D 86 1A 0 5 2D A8 F 30
Octal 151 215 206 32 0 5 55 250 17 60
Binary 1101001 10001101 10000110 11010 0 101 101101 10101000 1111 110000

Color Harmonies of #698D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698D86

Black with #698D86

Text Example


Text Example

White with #698D86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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