#645EF3

Color #645EF3 Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #645EF3

Tints of Medium Slate Blue #645EF3

Color information

#645EF3 (or 0x645EF3) is unknown color: approx Medium Slate Blue. HEX triplet: 64, 5E and F3. RGB value is (100,94,243). Sum of RGB (Red+Green+Blue) = 100+94+243=437 (57% of max value = 765). Red value is 100 (39.45% from 255 or 22.88% from 437); Green value is 94 (37.11% from 255 or 21.51% from 437); Blue value is 243 (95.31% from 255 or 55.61% from 437); Max value from RGB is 243 - color contains mainly: blue. Hex color #645EF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #645EF3 is #9BA10C. Grayscale: #707070. Windows color (decimal): -10199309 or 15949412. OLE color: 15949412.

HSL color Cylindrical-coordinate representation of color #645EF3: hue angle of 242.42º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #645EF3 is Cyan = 0.59, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB10094243-
CMYK0.590.6100.05
HSL242.42º86.13%66.08%-
HSV(B)242.42º61.32%95.29%-
XYZ25.4417.1986.77-
YUV112.78201.49118.88-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.88%
GREEN value IS 94 (37.11% from 255) = 21.51%
BLUE value IS 243 (95.31% from 255) = 55.61%
R=22.88%
G=21.51%
B=55.61%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal100942430.590.6100.05242.4286.1366.08
Hex645EF33B3D05f25642
Octal144136363737505362126102
Binary110010010111101111001111101111110101011111001010101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645EF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,94,243); }

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

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

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

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

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

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

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