#64649B

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

Shades of Scampi #64649B

Tints of Scampi #64649B

Color information

#64649B (or 0x64649B) is unknown color: approx Scampi. HEX triplet: 64, 64 and 9B. RGB value is (100,100,155). Sum of RGB (Red+Green+Blue) = 100+100+155=355 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.17% from 355); Green value is 100 (39.45% from 255 or 28.17% from 355); Blue value is 155 (60.94% from 255 or 43.66% from 355); Max value from RGB is 155 - color contains mainly: blue. Hex color #64649B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64649B is #9B9B64. Grayscale: #6A6A6A. Windows color (decimal): -10197861 or 10183780. OLE color: 10183780.

HSL color Cylindrical-coordinate representation of color #64649B: hue angle of 240º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #64649B is Cyan = 0.35, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB100100155-
CMYK0.350.3500.39
HSL240º21.57%50%-
HSV(B)240º35.48%60.78%-
XYZ15.7314.1932.92-
YUV106.27155.5123.53-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.17%
GREEN value IS 100 (39.45% from 255) = 28.17%
BLUE value IS 155 (60.94% from 255) = 43.66%
R=28.17%
G=28.17%
B=43.66%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1001001550.350.3500.3924021.5750
Hex64649B2323027f01632
Octal14414423343430473602662
Binary110010011001001001101110001110001101001111111000010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64649B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64649B; }

 p { color: rgb(100,100,155); }

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

<style>
 a { background-color: #64649B; }

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

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

<style>
 span { border-color: #64649B; }

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

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