#698584

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

Shades of Gumbo #698584

Tints of Gumbo #698584

Color information

#698584 (or 0x698584) is unknown color: approx Gumbo. HEX triplet: 69, 85 and 84. RGB value is (105,133,132). Sum of RGB (Red+Green+Blue) = 105+133+132=370 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.38% from 370); Green value is 133 (52.34% from 255 or 35.95% from 370); Blue value is 132 (51.95% from 255 or 35.68% from 370); Max value from RGB is 133 - color contains mainly: green. Hex color #698584 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698584 is #967A7B. Grayscale: #7C7C7C. Windows color (decimal): -9861756 or 8684905. OLE color: 8684905.

HSL color Cylindrical-coordinate representation of color #698584: hue angle of 177.86º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #698584 is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.48.

Color convert

RGB105133132-
CMYK0.2100.010.48
HSL177.86º11.76%46.67%-
HSV(B)177.86º21.05%52.16%-
XYZ18.3821.4425-
YUV124.51132.22114.08-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.38%
GREEN value IS 133 (52.34% from 255) = 35.95%
BLUE value IS 132 (51.95% from 255) = 35.68%
R=28.38%
G=35.95%
B=35.68%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1051331320.2100.010.48177.8611.7646.67
Hex698584150130b2c2f
Octal1512052042501602621457
Binary110100110000101100001001010101110000101100101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698584; }

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

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

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

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

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

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

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

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