#63579F

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

Shades of Scampi #63579F

Tints of Scampi #63579F

Color information

#63579F (or 0x63579F) is unknown color: approx Scampi. HEX triplet: 63, 57 and 9F. RGB value is (99,87,159). Sum of RGB (Red+Green+Blue) = 99+87+159=345 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.70% from 345); Green value is 87 (34.38% from 255 or 25.22% from 345); Blue value is 159 (62.5% from 255 or 46.09% from 345); Max value from RGB is 159 - color contains mainly: blue. Hex color #63579F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63579F is #9CA860. Grayscale: #626262. Windows color (decimal): -10266721 or 10442595. OLE color: 10442595.

HSL color Cylindrical-coordinate representation of color #63579F: hue angle of 250º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #63579F is Cyan = 0.38, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9987159-
CMYK0.380.4500.38
HSL250º29.27%48.24%-
HSV(B)250º45.28%62.35%-
XYZ14.8111.9734.33-
YUV98.8161.98128.15-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.70%
GREEN value IS 87 (34.38% from 255) = 25.22%
BLUE value IS 159 (62.5% from 255) = 46.09%
R=28.70%
G=25.22%
B=46.09%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal99871590.380.4500.3825029.2748.24
Hex63579F262D026fa1d30
Octal14312723746550463723560
Binary110001110101111001111110011010110101001101111101011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63579F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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