#6365FF

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

Shades of Medium Slate Blue #6365FF

Tints of Medium Slate Blue #6365FF

Color information

#6365FF (or 0x6365FF) is unknown color: approx Medium Slate Blue. HEX triplet: 63, 65 and FF. RGB value is (99,101,255). Sum of RGB (Red+Green+Blue) = 99+101+255=455 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.76% from 455); Green value is 101 (39.84% from 255 or 22.20% 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 #6365FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6365FF is #9C9A00. Grayscale: #757575. Windows color (decimal): -10263041 or 16737635. OLE color: 16737635.

HSL color Cylindrical-coordinate representation of color #6365FF: hue angle of 239.23º 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 #6365FF is Cyan = 0.61, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB99101255-
CMYK0.610.6000
HSL239.23º100%69.41%-
HSV(B)239.23º61.18%100%-
XYZ27.8519.1896.84-
YUV117.96205.34114.48-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal991012550.610.6000239.2310069.41
Hex6365FF3D3C00ef6445
Octal143145377757400357144105
Binary1100011110010111111111111101111100001110111111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6365FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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