#64579D

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

Shades of Scampi #64579D

Tints of Scampi #64579D

Color information

#64579D (or 0x64579D) is unknown color: approx Scampi. HEX triplet: 64, 57 and 9D. RGB value is (100,87,157). Sum of RGB (Red+Green+Blue) = 100+87+157=344 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.07% from 344); Green value is 87 (34.38% from 255 or 25.29% from 344); Blue value is 157 (61.72% from 255 or 45.64% from 344); Max value from RGB is 157 - color contains mainly: blue. Hex color #64579D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64579D is #9BA862. Grayscale: #626262. Windows color (decimal): -10201187 or 10311524. OLE color: 10311524.

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

Color convert

RGB10087157-
CMYK0.360.4500.38
HSL251.14º28.69%47.84%-
HSV(B)251.14º44.59%61.57%-
XYZ14.7511.9633.43-
YUV98.87160.81128.81-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.07%
GREEN value IS 87 (34.38% from 255) = 25.29%
BLUE value IS 157 (61.72% from 255) = 45.64%
R=29.07%
G=25.29%
B=45.64%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal100871570.360.4500.38251.1428.6947.84
Hex64579D242D026fb1d30
Octal14412723544550463733560
Binary110010010101111001110110010010110101001101111101111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64579D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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