Html Css Color HEX #698883 Gumbo

📋 copy color: '#698883'

red 105 ◦ green 136 ◦ blue 131

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

Shades of Gumbo #698883

Tints of Gumbo #698883

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.56%

 BLUE value IS 131 (51.56% from 255) = 35.22%

R = 28.23%
G = 36.56%
B = 35.22%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#698883 (or 0x698883) is known color: Gumbo. HEX triplet: 69, 88 and 83. RGB value is (105,136,131). Sum of RGB (Red+Green+Blue) = 105+136+131=372 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.23% from 372); Green value is 136 (53.52% from 255 or 36.56% from 372); Blue value is 131 (51.56% from 255 or 35.22% from 372); Max value from RGB is 136 - color contains mainly: green. Hex color #698883 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698883 is #96777C. Grayscale: #7E7E7E. Windows color (decimal): -9860989 or 8620137. OLE color: 8620137.

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

Color convert

RGB 105 136 131 -
CMYK 0.23 0 0.04 0.47
HSL 170.32º 0.13% 0.47% -
HSV(B) 170.32º 0.23% 0.53% -
XYZ 18.73 22.25 24.78 -
YUV 126.16 130.73 112.91 -
System Red Green Blue C M Y K H S L
Decimal 105 136 131 0.23 0 0.04 0.47 170.32 0.13 0.47
Hex 69 88 83 17 0 4 2F AA D 2F
Octal 151 210 203 27 0 4 57 252 15 57
Binary 1101001 10001000 10000011 10111 0 100 101111 10101010 1101 101111

Color Harmonies of #698883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698883

Black with #698883

Text Example


Text Example

White with #698883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698883; }

 p { color: rgb(105,136,131); }

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

background-color css

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

 a { background-color: rgb(105,136,131); }

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

border-color css

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

 span { border-color: rgb(105,136,131); }

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