#698D8B

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

Shades of Gumbo #698D8B

Tints of Gumbo #698D8B

Color information

#698D8B (or 0x698D8B) is unknown color: approx Gumbo. HEX triplet: 69, 8D and 8B. RGB value is (105,141,139). Sum of RGB (Red+Green+Blue) = 105+141+139=385 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.27% from 385); Green value is 141 (55.47% from 255 or 36.62% from 385); Blue value is 139 (54.69% from 255 or 36.10% from 385); Max value from RGB is 141 - color contains mainly: green. Hex color #698D8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698D8B is #967274. Grayscale: #818181. Windows color (decimal): -9859701 or 9145705. OLE color: 9145705.

HSL color Cylindrical-coordinate representation of color #698D8B: hue angle of 176.67º 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 #698D8B is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.

Color convert

RGB105141139-
CMYK0.2600.010.45
HSL176.67º14.63%48.24%-
HSV(B)176.67º25.53%55.29%-
XYZ20.0123.9227.99-
YUV130.01133.07110.16-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.27%
GREEN value IS 141 (55.47% from 255) = 36.62%
BLUE value IS 139 (54.69% from 255) = 36.10%
R=27.27%
G=36.62%
B=36.10%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1051411390.2600.010.45176.6714.6348.24
Hex698D8B1A012Db1f30
Octal1512152133201552611760
Binary110100110001101100010111101001101101101100011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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