#63948C

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

Shades of Gumbo #63948C

Tints of Gumbo #63948C

Color information

#63948C (or 0x63948C) is unknown color: approx Gumbo. HEX triplet: 63, 94 and 8C. RGB value is (99,148,140). Sum of RGB (Red+Green+Blue) = 99+148+140=387 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.58% from 387); Green value is 148 (58.20% from 255 or 38.24% from 387); Blue value is 140 (55.08% from 255 or 36.18% from 387); Max value from RGB is 148 - color contains mainly: green. Hex color #63948C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63948C is #9C6B73. Grayscale: #848484. Windows color (decimal): -10251124 or 9213027. OLE color: 9213027.

HSL color Cylindrical-coordinate representation of color #63948C: hue angle of 170.2º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #63948C is Cyan = 0.33, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB99148140-
CMYK0.3300.050.42
HSL170.2º19.84%48.43%-
HSV(B)170.2º33.11%58.04%-
XYZ20.4725.7328.7-
YUV132.44132.27104.15-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.58%
GREEN value IS 148 (58.20% from 255) = 38.24%
BLUE value IS 140 (55.08% from 255) = 36.18%
R=25.58%
G=38.24%
B=36.18%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal991481400.3300.050.42170.219.8448.43
Hex63948C21052Aaa1430
Octal1432242144105522522460
Binary1100011100101001000110010000101011010101010101010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63948C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63948C; }

 p { color: rgb(99,148,140); }

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

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

 a { background-color: rgb(99,148,140); }

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

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

 span { border-color: rgb(99,148,140); }

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