#6563FF

Color #6563FF Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #6563FF

Tints of Medium Slate Blue #6563FF

Color information

#6563FF (or 0x6563FF) is unknown color: approx Medium Slate Blue. HEX triplet: 65, 63 and FF. RGB value is (101,99,255). Sum of RGB (Red+Green+Blue) = 101+99+255=455 (60% of max value = 765). Red value is 101 (39.84% from 255 or 22.20% from 455); Green value is 99 (39.06% from 255 or 21.76% from 455); Blue value is 255 (100% from 255 or 56.04% from 455); Max value from RGB is 255 - color contains mainly: blue. Hex color #6563FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6563FF is #9A9C00. Grayscale: #747474. Windows color (decimal): -10132481 or 16737125. OLE color: 16737125.

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

Color convert

RGB10199255-
CMYK0.600.6100
HSL240.77º100%69.41%-
HSV(B)240.77º61.18%100%-
XYZ27.8818.9196.79-
YUV117.38205.66116.32-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 22.20%
GREEN value IS 99 (39.06% from 255) = 21.76%
BLUE value IS 255 (100% from 255) = 56.04%
R=22.20%
G=21.76%
B=56.04%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal101992550.600.6100240.7710069.41
Hex6563FF3C3D00f16445
Octal145143377747500361144105
Binary1100101110001111111111111100111101001111000111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6563FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6563FF;
 }
 .AnyTagClassName
 {
   color: #6563FF;
 }
</style>
background-color css

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

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

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

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

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

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