#6464EF

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

Shades of Medium Slate Blue #6464EF

Tints of Medium Slate Blue #6464EF

Color information

#6464EF (or 0x6464EF) is unknown color: approx Medium Slate Blue. HEX triplet: 64, 64 and EF. RGB value is (100,100,239). Sum of RGB (Red+Green+Blue) = 100+100+239=439 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.78% from 439); Green value is 100 (39.45% from 255 or 22.78% from 439); Blue value is 239 (93.75% from 255 or 54.44% from 439); Max value from RGB is 239 - color contains mainly: blue. Hex color #6464EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6464EF is #9B9B10. Grayscale: #737373. Windows color (decimal): -10197777 or 15688804. OLE color: 15688804.

HSL color Cylindrical-coordinate representation of color #6464EF: hue angle of 240º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6464EF is Cyan = 0.58, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB100100239-
CMYK0.580.5800.06
HSL240º81.29%66.47%-
HSV(B)240º58.16%93.73%-
XYZ25.3918.0683.81-
YUV115.85197.5116.7-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.78%
GREEN value IS 100 (39.45% from 255) = 22.78%
BLUE value IS 239 (93.75% from 255) = 54.44%
R=22.78%
G=22.78%
B=54.44%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1001002390.580.5800.0624081.2966.47
Hex6464EF3A3A06f05142
Octal144144357727206360121102
Binary110010011001001110111111101011101001101111000010100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6464EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6464EF; }

 p { color: rgb(100,100,239); }

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

<style>
 a { background-color: #6464EF; }

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

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

<style>
 span { border-color: #6464EF; }

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

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