Html Css Color HEX #6564FD Medium Slate Blue

📋 copy color: '#6564FD'

red 101 ◦ green 100 ◦ blue 253

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

Shades of Medium Slate Blue #6564FD

Tints of Medium Slate Blue #6564FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 55.73%

R = 22.25%
G = 22.03%
B = 55.73%

CMYK

 C value IS 0.60

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6564FD (or 0x6564FD) is known color: Medium Slate Blue. HEX triplet: 65, 64 and FD. RGB value is (101,100,253). Sum of RGB (Red+Green+Blue) = 101+100+253=454 (60% of max value = 765). Red value is 101 (39.84% from 255 or 22.25% from 454); Green value is 100 (39.45% from 255 or 22.03% from 454); Blue value is 253 (99.22% from 255 or 55.73% from 454); Max value from RGB is 253 - color contains mainly: blue. Hex color #6564FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6564FD is #9A9B02. Grayscale: #757575. Windows color (decimal): -10132227 or 16606309. OLE color: 16606309.

HSL color Cylindrical-coordinate representation of color #6564FD: hue angle of 240.39º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6564FD is Cyan = 0.60, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 101 100 253 -
CMYK 0.60 0.60 0 0.01
HSL 240.39º 0.97% 0.69% -
HSV(B) 240.39º 0.6% 0.99% -
XYZ 27.65 18.97 95.13 -
YUV 117.74 204.33 116.06 -
System Red Green Blue C M Y K H S L
Decimal 101 100 253 0.60 0.60 0 0.01 240.39 0.97 0.69
Hex 65 64 FD 3C 3C 0 1 F0 61 45
Octal 145 144 375 74 74 0 1 360 141 105
Binary 1100101 1100100 11111101 111100 111100 0 1 11110000 1100001 1000101

Color Harmonies of #6564FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6564FD

Black with #6564FD

Text Example


Text Example

White with #6564FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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