#645BA3

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

Shades of Scampi #645BA3

Tints of Scampi #645BA3

Color information

#645BA3 (or 0x645BA3) is unknown color: approx Scampi. HEX triplet: 64, 5B and A3. RGB value is (100,91,163). Sum of RGB (Red+Green+Blue) = 100+91+163=354 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.25% from 354); Green value is 91 (35.94% from 255 or 25.71% from 354); Blue value is 163 (64.06% from 255 or 46.05% from 354); Max value from RGB is 163 - color contains mainly: blue. Hex color #645BA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645BA3 is #9BA45C. Grayscale: #656565. Windows color (decimal): -10200157 or 10705764. OLE color: 10705764.

HSL color Cylindrical-coordinate representation of color #645BA3: hue angle of 247.5º 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 #645BA3 is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB10091163-
CMYK0.390.4400.36
HSL247.5º28.35%49.8%-
HSV(B)247.5º44.17%63.92%-
XYZ15.6112.8436.31-
YUV101.9162.48126.65-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.25%
GREEN value IS 91 (35.94% from 255) = 25.71%
BLUE value IS 163 (64.06% from 255) = 46.05%
R=28.25%
G=25.71%
B=46.05%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal100911630.390.4400.36247.528.3549.8
Hex645BA3272C024f81c32
Octal14413324347540443703462
Binary110010010110111010001110011110110001001001111100011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645BA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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