#698F89

Color #698F89 Gumbo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gumbo #698F89

Tints of Gumbo #698F89

Color information

#698F89 (or 0x698F89) is unknown color: approx Gumbo. HEX triplet: 69, 8F and 89. RGB value is (105,143,137). Sum of RGB (Red+Green+Blue) = 105+143+137=385 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.27% from 385); Green value is 143 (56.25% from 255 or 37.14% from 385); Blue value is 137 (53.91% from 255 or 35.58% from 385); Max value from RGB is 143 - color contains mainly: green. Hex color #698F89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698F89 is #967076. Grayscale: #828282. Windows color (decimal): -9859191 or 9015145. OLE color: 9015145.

HSL color Cylindrical-coordinate representation of color #698F89: hue angle of 170.53º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #698F89 is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.

Color convert

RGB105143137-
CMYK0.2700.040.44
HSL170.53º15.32%48.63%-
HSV(B)170.53º26.57%56.08%-
XYZ20.1624.4527.32-
YUV130.95131.41109.49-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.27%
GREEN value IS 143 (56.25% from 255) = 37.14%
BLUE value IS 137 (53.91% from 255) = 35.58%
R=27.27%
G=37.14%
B=35.58%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1051431370.2700.040.44170.5315.3248.63
Hex698F891B042Cabf31
Octal1512172113304542531761
Binary11010011000111110001001110110100101100101010111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698F89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #698F89;
 }
 .AnyTagClassName
 {
   color: #698F89;
 }
</style>
background-color css

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

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

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

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

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

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