#63579C

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

Shades of Scampi #63579C

Tints of Scampi #63579C

Color information

#63579C (or 0x63579C) is unknown color: approx Scampi. HEX triplet: 63, 57 and 9C. RGB value is (99,87,156). Sum of RGB (Red+Green+Blue) = 99+87+156=342 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.95% from 342); Green value is 87 (34.38% from 255 or 25.44% from 342); Blue value is 156 (61.33% from 255 or 45.61% from 342); Max value from RGB is 156 - color contains mainly: blue. Hex color #63579C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63579C is #9CA863. Grayscale: #626262. Windows color (decimal): -10266724 or 10245987. OLE color: 10245987.

HSL color Cylindrical-coordinate representation of color #63579C: hue angle of 250.43º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #63579C is Cyan = 0.37, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB9987156-
CMYK0.370.4400.39
HSL250.43º28.4%47.65%-
HSV(B)250.43º44.23%61.18%-
XYZ14.5511.8732.98-
YUV98.45160.48128.39-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.95%
GREEN value IS 87 (34.38% from 255) = 25.44%
BLUE value IS 156 (61.33% from 255) = 45.61%
R=28.95%
G=25.44%
B=45.61%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal99871560.370.4400.39250.4328.447.65
Hex63579C252C027fa1c30
Octal14312723445540473723460
Binary110001110101111001110010010110110001001111111101011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63579C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,87,156); }

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

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

 a { background-color: rgb(99,87,156); }

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

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

 span { border-color: rgb(99,87,156); }

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