#699087

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

Shades of Gumbo #699087

Tints of Gumbo #699087

Color information

#699087 (or 0x699087) is unknown color: approx Gumbo. HEX triplet: 69, 90 and 87. RGB value is (105,144,135). Sum of RGB (Red+Green+Blue) = 105+144+135=384 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.34% from 384); Green value is 144 (56.64% from 255 or 37.5% from 384); Blue value is 135 (53.12% from 255 or 35.16% from 384); Max value from RGB is 144 - color contains mainly: green. Hex color #699087 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699087 is #966F78. Grayscale: #838383. Windows color (decimal): -9858937 or 8884329. OLE color: 8884329.

HSL color Cylindrical-coordinate representation of color #699087: hue angle of 166.15º degrees, saturation: 0.16, 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 #699087 is Cyan = 0.27, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB105144135-
CMYK0.2700.060.44
HSL166.15º15.66%48.82%-
HSV(B)166.15º27.08%56.47%-
XYZ20.1724.726.63-
YUV131.31130.08109.23-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.34%
GREEN value IS 144 (56.64% from 255) = 37.5%
BLUE value IS 135 (53.12% from 255) = 35.16%
R=27.34%
G=37.5%
B=35.16%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1051441350.2700.060.44166.1515.6648.82
Hex6990871B062Ca61031
Octal1512202073306542462061
Binary110100110010000100001111101101101011001010011010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699087; }

 p { color: rgb(105,144,135); }

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

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

 a { background-color: rgb(105,144,135); }

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

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

 span { border-color: rgb(105,144,135); }

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