#64569F

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

Shades of Scampi #64569F

Tints of Scampi #64569F

Color information

#64569F (or 0x64569F) is unknown color: approx Scampi. HEX triplet: 64, 56 and 9F. RGB value is (100,86,159). Sum of RGB (Red+Green+Blue) = 100+86+159=345 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.99% from 345); Green value is 86 (33.98% from 255 or 24.93% 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 #64569F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64569F is #9BA960. Grayscale: #626262. Windows color (decimal): -10201441 or 10442340. OLE color: 10442340.

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

Color convert

RGB10086159-
CMYK0.370.4600.38
HSL251.51º29.8%48.04%-
HSV(B)251.51º45.91%62.35%-
XYZ14.8411.8734.31-
YUV98.51162.14129.06-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.99%
GREEN value IS 86 (33.98% from 255) = 24.93%
BLUE value IS 159 (62.5% from 255) = 46.09%
R=28.99%
G=24.93%
B=46.09%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal100861590.370.4600.38251.5129.848.04
Hex64569F252E026fc1e30
Octal14412623745560463743660
Binary110010010101101001111110010110111001001101111110011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64569F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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