#645A9D

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

Shades of Scampi #645A9D

Tints of Scampi #645A9D

Color information

#645A9D (or 0x645A9D) is unknown color: approx Scampi. HEX triplet: 64, 5A and 9D. RGB value is (100,90,157). Sum of RGB (Red+Green+Blue) = 100+90+157=347 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.82% from 347); Green value is 90 (35.55% from 255 or 25.94% from 347); Blue value is 157 (61.72% from 255 or 45.24% from 347); Max value from RGB is 157 - color contains mainly: blue. Hex color #645A9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645A9D is #9BA562. Grayscale: #646464. Windows color (decimal): -10200419 or 10312292. OLE color: 10312292.

HSL color Cylindrical-coordinate representation of color #645A9D: hue angle of 248.96º degrees, saturation: 0.27, 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 #645A9D is Cyan = 0.36, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10090157-
CMYK0.360.4300.38
HSL248.96º27.13%48.43%-
HSV(B)248.96º42.68%61.57%-
XYZ1512.4633.51-
YUV100.63159.81127.55-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.82%
GREEN value IS 90 (35.55% from 255) = 25.94%
BLUE value IS 157 (61.72% from 255) = 45.24%
R=28.82%
G=25.94%
B=45.24%

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
Decimal100901570.360.4300.38248.9627.1348.43
Hex645A9D242B026f91b30
Octal14413223544530463713360
Binary110010010110101001110110010010101101001101111100111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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