#639690

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

Shades of Gumbo #639690

Tints of Gumbo #639690

Color information

#639690 (or 0x639690) is unknown color: approx Gumbo. HEX triplet: 63, 96 and 90. RGB value is (99,150,144). Sum of RGB (Red+Green+Blue) = 99+150+144=393 (52% of max value = 765). Red value is 99 (39.06% from 255 or 25.19% from 393); Green value is 150 (58.98% from 255 or 38.17% from 393); Blue value is 144 (56.64% from 255 or 36.64% from 393); Max value from RGB is 150 - color contains mainly: green. Hex color #639690 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639690 is #9C696F. Grayscale: #868686. Windows color (decimal): -10250608 or 9475683. OLE color: 9475683.

HSL color Cylindrical-coordinate representation of color #639690: hue angle of 172.94º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #639690 is Cyan = 0.34, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.41.

Color convert

RGB99150144-
CMYK0.3400.040.41
HSL172.94º20.48%48.82%-
HSV(B)172.94º34%58.82%-
XYZ21.0926.4830.39-
YUV134.07133.6102.99-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.19%
GREEN value IS 150 (58.98% from 255) = 38.17%
BLUE value IS 144 (56.64% from 255) = 36.64%
R=25.19%
G=38.17%
B=36.64%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal991501440.3400.040.41172.9420.4848.82
Hex639690220429ad1431
Octal1432262204204512552461
Binary1100011100101101001000010001001001010011010110110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #639690; }

 p { color: rgb(99,150,144); }

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

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

 a { background-color: rgb(99,150,144); }

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

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

 span { border-color: rgb(99,150,144); }

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