Html Css Color HEX #6563F5 Medium Slate Blue

📋 copy color: '#6563F5'

red 101 ◦ green 99 ◦ blue 245

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

Shades of Medium Slate Blue #6563F5

Tints of Medium Slate Blue #6563F5

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.25%

 BLUE value IS 245 (96.09% from 255) = 55.06%

R = 22.7%
G = 22.25%
B = 55.06%

CMYK

 C value IS 0.59

 M value IS 0.60

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#6563F5 (or 0x6563F5) is known color: Medium Slate Blue. HEX triplet: 65, 63 and F5. RGB value is (101,99,245). Sum of RGB (Red+Green+Blue) = 101+99+245=445 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.70% from 445); Green value is 99 (39.06% from 255 or 22.25% from 445); Blue value is 245 (96.09% from 255 or 55.06% from 445); Max value from RGB is 245 - color contains mainly: blue. Hex color #6563F5 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6563F5 is #9A9C0A. Grayscale: #737373. Windows color (decimal): -10132491 or 16081765. OLE color: 16081765.

HSL color Cylindrical-coordinate representation of color #6563F5: hue angle of 240.82º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6563F5 is Cyan = 0.59, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 101 99 245 -
CMYK 0.59 0.60 0 0.04
HSL 240.82º 0.88% 0.67% -
HSV(B) 240.82º 0.6% 0.96% -
XYZ 26.31 18.28 88.53 -
YUV 116.24 200.66 117.13 -
System Red Green Blue C M Y K H S L
Decimal 101 99 245 0.59 0.60 0 0.04 240.82 0.88 0.67
Hex 65 63 F5 3B 3C 0 4 F1 58 43
Octal 145 143 365 73 74 0 4 361 130 103
Binary 1100101 1100011 11110101 111011 111100 0 100 11110001 1011000 1000011

Color Harmonies of #6563F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6563F5

Black with #6563F5

Text Example


Text Example

White with #6563F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6563F5; }

 p { color: rgb(101,99,245); }

 H1.HeaderClassName
 {
   color: #6563F5;
 }
 .AnyTagClassName
 {
   color: #6563F5;
 }
</style>

background-color css

<style>
 a { background-color: #6563F5; }

 a { background-color: rgb(101,99,245); }

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

border-color css

<style>
 span { border-color: #6563F5; }

 span { border-color: rgb(101,99,245); }

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