#6863E5

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

Shades of Medium Slate Blue #6863E5

Tints of Medium Slate Blue #6863E5

Color information

#6863E5 (or 0x6863E5) is unknown color: approx Medium Slate Blue. HEX triplet: 68, 63 and E5. RGB value is (104,99,229). Sum of RGB (Red+Green+Blue) = 104+99+229=432 (57% of max value = 765). Red value is 104 (41.02% from 255 or 24.07% from 432); Green value is 99 (39.06% from 255 or 22.92% from 432); Blue value is 229 (89.84% from 255 or 53.01% from 432); Max value from RGB is 229 - color contains mainly: blue. Hex color #6863E5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6863E5 is #979C1A. Grayscale: #727272. Windows color (decimal): -9935899 or 15033192. OLE color: 15033192.

HSL color Cylindrical-coordinate representation of color #6863E5: hue angle of 242.31º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6863E5 is Cyan = 0.55, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB10499229-
CMYK0.550.5700.10
HSL242.31º71.43%64.31%-
HSV(B)242.31º56.77%89.8%-
XYZ24.3117.5276.23-
YUV115.32192.16119.93-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.07%
GREEN value IS 99 (39.06% from 255) = 22.92%
BLUE value IS 229 (89.84% from 255) = 53.01%
R=24.07%
G=22.92%
B=53.01%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal104992290.550.5700.10242.3171.4364.31
Hex6863E537390Af24740
Octal1501433456771012362107100
Binary1101000110001111100101110111111001010101111001010001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6863E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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