#698884

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

Shades of Gumbo #698884

Tints of Gumbo #698884

Color information

#698884 (or 0x698884) is unknown color: approx Gumbo. HEX triplet: 69, 88 and 84. RGB value is (105,136,132). Sum of RGB (Red+Green+Blue) = 105+136+132=373 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.15% from 373); Green value is 136 (53.52% from 255 or 36.46% from 373); Blue value is 132 (51.95% from 255 or 35.39% from 373); Max value from RGB is 136 - color contains mainly: green. Hex color #698884 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698884 is #96777B. Grayscale: #7E7E7E. Windows color (decimal): -9860988 or 8685673. OLE color: 8685673.

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

Color convert

RGB105136132-
CMYK0.2300.030.47
HSL172.26º12.86%47.25%-
HSV(B)172.26º22.79%53.33%-
XYZ18.7922.2825.14-
YUV126.28131.23112.83-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.15%
GREEN value IS 136 (53.52% from 255) = 36.46%
BLUE value IS 132 (51.95% from 255) = 35.39%
R=28.15%
G=36.46%
B=35.39%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1051361320.2300.030.47172.2612.8647.25
Hex69888417032Facd2f
Octal1512102042703572541557
Binary1101001100010001000010010111011101111101011001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698884; }

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

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

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

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

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

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

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

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