#645CF5

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

Shades of Medium Slate Blue #645CF5

Tints of Medium Slate Blue #645CF5

Color information

#645CF5 (or 0x645CF5) is unknown color: approx Medium Slate Blue. HEX triplet: 64, 5C and F5. RGB value is (100,92,245). Sum of RGB (Red+Green+Blue) = 100+92+245=437 (57% of max value = 765). Red value is 100 (39.45% from 255 or 22.88% from 437); Green value is 92 (36.33% from 255 or 21.05% from 437); Blue value is 245 (96.09% from 255 or 56.06% from 437); Max value from RGB is 245 - color contains mainly: blue. Hex color #645CF5 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #645CF5 is #9BA30A. Grayscale: #6F6F6F. Windows color (decimal): -10199819 or 16079972. OLE color: 16079972.

HSL color Cylindrical-coordinate representation of color #645CF5: hue angle of 243.14º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #645CF5 is Cyan = 0.59, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB10092245-
CMYK0.590.6200.04
HSL243.14º88.44%66.08%-
HSV(B)243.14º62.45%96.08%-
XYZ25.5616.9688.31-
YUV111.83203.15119.56-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.88%
GREEN value IS 92 (36.33% from 255) = 21.05%
BLUE value IS 245 (96.09% from 255) = 56.06%
R=22.88%
G=21.05%
B=56.06%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal100922450.590.6200.04243.1488.4466.08
Hex645CF53B3E04f35842
Octal144134365737604363130102
Binary110010010111001111010111101111111001001111001110110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645CF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,92,245); }

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

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

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

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

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

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

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