#6863FF

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

Shades of Medium Slate Blue #6863FF

Tints of Medium Slate Blue #6863FF

Color information

#6863FF (or 0x6863FF) is unknown color: approx Medium Slate Blue. HEX triplet: 68, 63 and FF. RGB value is (104,99,255). Sum of RGB (Red+Green+Blue) = 104+99+255=458 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.71% from 458); Green value is 99 (39.06% from 255 or 21.62% from 458); Blue value is 255 (100% from 255 or 55.68% from 458); Max value from RGB is 255 - color contains mainly: blue. Hex color #6863FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6863FF is #979C00. Grayscale: #757575. Windows color (decimal): -9935873 or 16737128. OLE color: 16737128.

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

Color convert

RGB10499255-
CMYK0.590.6100
HSL241.92º100%69.41%-
HSV(B)241.92º61.18%100%-
XYZ28.2219.0996.8-
YUV118.28205.16117.82-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.71%
GREEN value IS 99 (39.06% from 255) = 21.62%
BLUE value IS 255 (100% from 255) = 55.68%
R=22.71%
G=21.62%
B=55.68%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal104992550.590.6100241.9210069.41
Hex6863FF3B3D00f26445
Octal150143377737500362144105
Binary1101000110001111111111111011111101001111001011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6863FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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