Html Css Color HEX #6564FF Medium Slate Blue

📋 copy color: '#6564FF'

red 101 ◦ green 100 ◦ blue 255

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

Shades of Medium Slate Blue #6564FF

Tints of Medium Slate Blue #6564FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 55.92%

R = 22.15%
G = 21.93%
B = 55.92%

CMYK

 C value IS 0.60

 M value IS 0.61

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6564FF (or 0x6564FF) is known color: Medium Slate Blue. HEX triplet: 65, 64 and FF. RGB value is (101,100,255). Sum of RGB (Red+Green+Blue) = 101+100+255=456 (60% of max value = 765). Red value is 101 (39.84% from 255 or 22.15% from 456); Green value is 100 (39.45% from 255 or 21.93% from 456); Blue value is 255 (100% from 255 or 55.92% from 456); Max value from RGB is 255 - color contains mainly: blue. Hex color #6564FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6564FF is #9A9B00. Grayscale: #757575. Windows color (decimal): -10132225 or 16737381. OLE color: 16737381.

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

Color convert

RGB 101 100 255 -
CMYK 0.60 0.61 0 0
HSL 240.39º 1% 0.7% -
HSV(B) 240.39º 0.61% 1% -
XYZ 27.97 19.1 96.82 -
YUV 117.97 205.33 115.9 -
System Red Green Blue C M Y K H S L
Decimal 101 100 255 0.60 0.61 0 0 240.39 1 0.7
Hex 65 64 FF 3C 3D 0 0 F0 64 46
Octal 145 144 377 74 75 0 0 360 144 106
Binary 1100101 1100100 11111111 111100 111101 0 0 11110000 1100100 1000110

Color Harmonies of #6564FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6564FF

Black with #6564FF

Text Example


Text Example

White with #6564FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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