#645BE8

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

Shades of Medium Slate Blue #645BE8

Tints of Medium Slate Blue #645BE8

Color information

#645BE8 (or 0x645BE8) is unknown color: approx Medium Slate Blue. HEX triplet: 64, 5B and E8. RGB value is (100,91,232). Sum of RGB (Red+Green+Blue) = 100+91+232=423 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.64% from 423); Green value is 91 (35.94% from 255 or 21.51% from 423); Blue value is 232 (91.02% from 255 or 54.85% from 423); Max value from RGB is 232 - color contains mainly: blue. Hex color #645BE8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #645BE8 is #9BA417. Grayscale: #6D6D6D. Windows color (decimal): -10200088 or 15227748. OLE color: 15227748.

HSL color Cylindrical-coordinate representation of color #645BE8: hue angle of 243.83º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #645BE8 is Cyan = 0.57, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB10091232-
CMYK0.570.6100.09
HSL243.83º75.4%63.33%-
HSV(B)243.83º60.78%90.98%-
XYZ23.5616.0278.19-
YUV109.76196.98121.04-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.64%
GREEN value IS 91 (35.94% from 255) = 21.51%
BLUE value IS 232 (91.02% from 255) = 54.85%
R=23.64%
G=21.51%
B=54.85%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal100912320.570.6100.09243.8375.463.33
Hex645BE8393D09f44b3f
Octal144133350717501136411377
Binary110010010110111110100011100111110101001111101001001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645BE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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