Html Css Color HEX #6564EF Medium Slate Blue

📋 copy color: '#6564EF'

red 101 ◦ green 100 ◦ blue 239

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

Shades of Medium Slate Blue #6564EF

Tints of Medium Slate Blue #6564EF

RGB

 RED value IS 101 (39.84% from 255) = 22.95%

 GREEN value IS 100 (39.45% from 255) = 22.73%

 BLUE value IS 239 (93.75% from 255) = 54.32%

R = 22.95%
G = 22.73%
B = 54.32%

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

#6564EF (or 0x6564EF) is known color: Medium Slate Blue. HEX triplet: 65, 64 and EF. RGB value is (101,100,239). Sum of RGB (Red+Green+Blue) = 101+100+239=440 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.95% from 440); Green value is 100 (39.45% from 255 or 22.73% from 440); Blue value is 239 (93.75% from 255 or 54.32% from 440); Max value from RGB is 239 - color contains mainly: blue. Hex color #6564EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6564EF is #9A9B10. Grayscale: #737373. Windows color (decimal): -10132241 or 15688805. OLE color: 15688805.

HSL color Cylindrical-coordinate representation of color #6564EF: hue angle of 240.43º 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 #6564EF is Cyan = 0.58, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 101 100 239 -
CMYK 0.58 0.58 0 0.06
HSL 240.43º 0.81% 0.66% -
HSV(B) 240.43º 0.58% 0.94% -
XYZ 25.5 18.11 83.81 -
YUV 116.15 197.33 117.2 -
System Red Green Blue C M Y K H S L
Decimal 101 100 239 0.58 0.58 0 0.06 240.43 0.81 0.66
Hex 65 64 EF 3A 3A 0 6 F0 51 42
Octal 145 144 357 72 72 0 6 360 121 102
Binary 1100101 1100100 11101111 111010 111010 0 110 11110000 1010001 1000010

Color Harmonies of #6564EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6564EF

Black with #6564EF

Text Example


Text Example

White with #6564EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6564EF;
 }
 .AnyTagClassName
 {
   color: #6564EF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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