#64549F

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

Shades of Scampi #64549F

Tints of Scampi #64549F

Color information

#64549F (or 0x64549F) is unknown color: approx Scampi. HEX triplet: 64, 54 and 9F. RGB value is (100,84,159). Sum of RGB (Red+Green+Blue) = 100+84+159=343 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.15% from 343); Green value is 84 (33.20% from 255 or 24.49% from 343); Blue value is 159 (62.5% from 255 or 46.36% from 343); Max value from RGB is 159 - color contains mainly: blue. Hex color #64549F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64549F is #9BAB60. Grayscale: #616161. Windows color (decimal): -10201953 or 10441828. OLE color: 10441828.

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

Color convert

RGB10084159-
CMYK0.370.4700.38
HSL252.8º30.86%47.65%-
HSV(B)252.8º47.17%62.35%-
XYZ14.6811.5534.26-
YUV97.33162.8129.9-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.15%
GREEN value IS 84 (33.20% from 255) = 24.49%
BLUE value IS 159 (62.5% from 255) = 46.36%
R=29.15%
G=24.49%
B=46.36%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal100841590.370.4700.38252.830.8647.65
Hex64549F252F026fd1f30
Octal14412423745570463753760
Binary110010010101001001111110010110111101001101111110111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64549F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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