#6863FD

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

Shades of Medium Slate Blue #6863FD

Tints of Medium Slate Blue #6863FD

Color information

#6863FD (or 0x6863FD) is unknown color: approx Medium Slate Blue. HEX triplet: 68, 63 and FD. RGB value is (104,99,253). Sum of RGB (Red+Green+Blue) = 104+99+253=456 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.81% from 456); Green value is 99 (39.06% from 255 or 21.71% from 456); Blue value is 253 (99.22% from 255 or 55.48% from 456); Max value from RGB is 253 - color contains mainly: blue. Hex color #6863FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6863FD is #979C02. Grayscale: #757575. Windows color (decimal): -9935875 or 16606056. OLE color: 16606056.

HSL color Cylindrical-coordinate representation of color #6863FD: hue angle of 241.95º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6863FD is Cyan = 0.59, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB10499253-
CMYK0.590.6100.01
HSL241.95º97.47%69.02%-
HSV(B)241.95º60.87%99.22%-
XYZ27.918.9695.12-
YUV118.05204.16117.98-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.81%
GREEN value IS 99 (39.06% from 255) = 21.71%
BLUE value IS 253 (99.22% from 255) = 55.48%
R=22.81%
G=21.71%
B=55.48%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal104992530.590.6100.01241.9597.4769.02
Hex6863FD3B3D01f26145
Octal150143375737501362141105
Binary1101000110001111111101111011111101011111001011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6863FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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