#64599F

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

Shades of Scampi #64599F

Tints of Scampi #64599F

Color information

#64599F (or 0x64599F) is unknown color: approx Scampi. HEX triplet: 64, 59 and 9F. RGB value is (100,89,159). Sum of RGB (Red+Green+Blue) = 100+89+159=348 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.74% from 348); Green value is 89 (35.16% from 255 or 25.57% from 348); Blue value is 159 (62.5% from 255 or 45.69% from 348); Max value from RGB is 159 - color contains mainly: blue. Hex color #64599F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64599F is #9BA660. Grayscale: #636363. Windows color (decimal): -10200673 or 10443108. OLE color: 10443108.

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

Color convert

RGB10089159-
CMYK0.370.4400.38
HSL249.43º28.23%48.63%-
HSV(B)249.43º44.03%62.35%-
XYZ15.0912.3634.39-
YUV100.27161.14127.81-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.74%
GREEN value IS 89 (35.16% from 255) = 25.57%
BLUE value IS 159 (62.5% from 255) = 45.69%
R=28.74%
G=25.57%
B=45.69%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal100891590.370.4400.38249.4328.2348.63
Hex64599F252C026f91c31
Octal14413123745540463713461
Binary110010010110011001111110010110110001001101111100111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64599F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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