Html Css Color HEX #6464EF Medium Slate Blue

📋 copy color: '#6464EF'

red 100 ◦ green 100 ◦ blue 239

#6464EF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Slate Blue #6464EF

Tints of Medium Slate Blue #6464EF

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 value IS 0.58

 M value IS 0.58

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6464EF (or 0x6464EF) is known color: 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

RGB 100 100 239 -
CMYK 0.58 0.58 0 0.06
HSL 240º 0.81% 0.66% -
HSV(B) 240º 0.58% 0.94% -
XYZ 25.39 18.06 83.81 -
YUV 115.85 197.5 116.7 -
System Red Green Blue C M Y K H S L
Decimal 100 100 239 0.58 0.58 0 0.06 240 0.81 0.66
Hex 64 64 EF 3A 3A 0 6 F0 51 42
Octal 144 144 357 72 72 0 6 360 121 102
Binary 1100100 1100100 11101111 111010 111010 0 110 11110000 1010001 1000010

Color Harmonies of #6464EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6464EF

Black with #6464EF

Text Example


Text Example

White with #6464EF

Text Example


Text Example

HTML Codes & Css Web 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>