#64579F

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

Shades of Scampi #64579F

Tints of Scampi #64579F

Color information

#64579F (or 0x64579F) is unknown color: approx Scampi. HEX triplet: 64, 57 and 9F. RGB value is (100,87,159). Sum of RGB (Red+Green+Blue) = 100+87+159=346 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.90% from 346); Green value is 87 (34.38% from 255 or 25.14% from 346); Blue value is 159 (62.5% from 255 or 45.95% from 346); Max value from RGB is 159 - color contains mainly: blue. Hex color #64579F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64579F is #9BA860. Grayscale: #626262. Windows color (decimal): -10201185 or 10442596. OLE color: 10442596.

HSL color Cylindrical-coordinate representation of color #64579F: hue angle of 250.83º 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 #64579F is Cyan = 0.37, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10087159-
CMYK0.370.4500.38
HSL250.83º29.27%48.24%-
HSV(B)250.83º45.28%62.35%-
XYZ14.9212.0334.34-
YUV99.1161.81128.65-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.90%
GREEN value IS 87 (34.38% from 255) = 25.14%
BLUE value IS 159 (62.5% from 255) = 45.95%
R=28.90%
G=25.14%
B=45.95%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal100871590.370.4500.38250.8329.2748.24
Hex64579F252D026fb1d30
Octal14412723745550463733560
Binary110010010101111001111110010110110101001101111101111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64579F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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