#64649A

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

Shades of Scampi #64649A

Tints of Scampi #64649A

Color information

#64649A (or 0x64649A) is unknown color: approx Scampi. HEX triplet: 64, 64 and 9A. RGB value is (100,100,154). Sum of RGB (Red+Green+Blue) = 100+100+154=354 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.25% from 354); Green value is 100 (39.45% from 255 or 28.25% from 354); Blue value is 154 (60.55% from 255 or 43.50% from 354); Max value from RGB is 154 - color contains mainly: blue. Hex color #64649A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64649A is #9B9B65. Grayscale: #696969. Windows color (decimal): -10197862 or 10118244. OLE color: 10118244.

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

Color convert

RGB100100154-
CMYK0.350.3500.40
HSL240º21.26%49.8%-
HSV(B)240º35.06%60.39%-
XYZ15.6514.1632.48-
YUV106.16155123.61-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.25%
GREEN value IS 100 (39.45% from 255) = 28.25%
BLUE value IS 154 (60.55% from 255) = 43.50%
R=28.25%
G=28.25%
B=43.50%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1001001540.350.3500.4024021.2649.8
Hex64649A2323028f01532
Octal14414423243430503602562
Binary110010011001001001101010001110001101010001111000010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64649A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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