Html Css Color HEX #698983 Gumbo

📋 copy color: '#698983'

red 105 ◦ green 137 ◦ blue 131

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

Shades of Gumbo #698983

Tints of Gumbo #698983

RGB

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

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

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

R = 28.15%
G = 36.73%
B = 35.12%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.04

 K value IS 0.46

RGB Variations

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

Color information

#698983 (or 0x698983) is known color: Gumbo. HEX triplet: 69, 89 and 83. RGB value is (105,137,131). Sum of RGB (Red+Green+Blue) = 105+137+131=373 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.15% from 373); Green value is 137 (53.91% from 255 or 36.73% from 373); Blue value is 131 (51.56% from 255 or 35.12% from 373); Max value from RGB is 137 - color contains mainly: green. Hex color #698983 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698983 is #96767C. Grayscale: #7E7E7E. Windows color (decimal): -9860733 or 8620393. OLE color: 8620393.

HSL color Cylindrical-coordinate representation of color #698983: hue angle of 168.75º 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 #698983 is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB 105 137 131 -
CMYK 0.23 0 0.04 0.46
HSL 168.75º 0.13% 0.47% -
HSV(B) 168.75º 0.23% 0.54% -
XYZ 18.87 22.53 24.83 -
YUV 126.75 130.4 112.49 -
System Red Green Blue C M Y K H S L
Decimal 105 137 131 0.23 0 0.04 0.46 168.75 0.13 0.47
Hex 69 89 83 17 0 4 2E A9 D 2F
Octal 151 211 203 27 0 4 56 251 15 57
Binary 1101001 10001001 10000011 10111 0 100 101110 10101001 1101 101111

Color Harmonies of #698983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698983

Black with #698983

Text Example


Text Example

White with #698983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698983; }

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

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

background-color css

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

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

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

border-color css

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

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

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