#645BA2

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

Shades of Scampi #645BA2

Tints of Scampi #645BA2

Color information

#645BA2 (or 0x645BA2) is unknown color: approx Scampi. HEX triplet: 64, 5B and A2. RGB value is (100,91,162). Sum of RGB (Red+Green+Blue) = 100+91+162=353 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.33% from 353); Green value is 91 (35.94% from 255 or 25.78% from 353); Blue value is 162 (63.67% from 255 or 45.89% from 353); Max value from RGB is 162 - color contains mainly: blue. Hex color #645BA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645BA2 is #9BA45D. Grayscale: #656565. Windows color (decimal): -10200158 or 10640228. OLE color: 10640228.

HSL color Cylindrical-coordinate representation of color #645BA2: hue angle of 247.61º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #645BA2 is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB10091162-
CMYK0.380.4400.36
HSL247.61º28.06%49.61%-
HSV(B)247.61º43.83%63.53%-
XYZ15.5212.835.84-
YUV101.78161.98126.73-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.33%
GREEN value IS 91 (35.94% from 255) = 25.78%
BLUE value IS 162 (63.67% from 255) = 45.89%
R=28.33%
G=25.78%
B=45.89%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal100911620.380.4400.36247.6128.0649.61
Hex645BA2262C024f81c32
Octal14413324246540443703462
Binary110010010110111010001010011010110001001001111100011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645BA2; }

 p { color: rgb(100,91,162); }

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

<style>
 a { background-color: #645BA2; }

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

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

<style>
 span { border-color: #645BA2; }

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

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