#64599D

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

Shades of Scampi #64599D

Tints of Scampi #64599D

Color information

#64599D (or 0x64599D) is unknown color: approx Scampi. HEX triplet: 64, 59 and 9D. RGB value is (100,89,157). Sum of RGB (Red+Green+Blue) = 100+89+157=346 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.90% from 346); Green value is 89 (35.16% from 255 or 25.72% from 346); Blue value is 157 (61.72% from 255 or 45.38% from 346); Max value from RGB is 157 - color contains mainly: blue. Hex color #64599D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64599D is #9BA662. Grayscale: #636363. Windows color (decimal): -10200675 or 10312036. OLE color: 10312036.

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

Color convert

RGB10089157-
CMYK0.360.4300.38
HSL249.71º27.64%48.24%-
HSV(B)249.71º43.31%61.57%-
XYZ14.9112.2933.48-
YUV100.04160.14127.97-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.90%
GREEN value IS 89 (35.16% from 255) = 25.72%
BLUE value IS 157 (61.72% from 255) = 45.38%
R=28.90%
G=25.72%
B=45.38%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal100891570.360.4300.38249.7127.6448.24
Hex64599D242B026fa1c30
Octal14413123544530463723460
Binary110010010110011001110110010010101101001101111101011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64599D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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