#6E63FA

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

Shades of Medium Slate Blue #6E63FA

Tints of Medium Slate Blue #6E63FA

Color information

#6E63FA (or 0x6E63FA) is unknown color: approx Medium Slate Blue. HEX triplet: 6E, 63 and FA. RGB value is (110,99,250). Sum of RGB (Red+Green+Blue) = 110+99+250=459 (60% of max value = 765). Red value is 110 (43.36% from 255 or 23.97% from 459); Green value is 99 (39.06% from 255 or 21.57% from 459); Blue value is 250 (98.05% from 255 or 54.47% from 459); Max value from RGB is 250 - color contains mainly: blue. Hex color #6E63FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E63FA is #919C05. Grayscale: #767676. Windows color (decimal): -9542662 or 16409454. OLE color: 16409454.

HSL color Cylindrical-coordinate representation of color #6E63FA: hue angle of 244.37º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6E63FA is Cyan = 0.56, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB11099250-
CMYK0.560.6000.02
HSL244.37º93.79%68.43%-
HSV(B)244.37º60.4%98.04%-
XYZ28.1519.1492.65-
YUV119.5201.64121.22-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 23.97%
GREEN value IS 99 (39.06% from 255) = 21.57%
BLUE value IS 250 (98.05% from 255) = 54.47%
R=23.97%
G=21.57%
B=54.47%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal110992500.560.6000.02244.3793.7968.43
Hex6E63FA383C02f45e44
Octal156143372707402364136104
Binary11011101100011111110101110001111000101111010010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E63FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6E63FA; }

 p { color: rgb(110,99,250); }

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

<style>
 a { background-color: #6E63FA; }

 a { background-color: rgb(110,99,250); }

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

<style>
 span { border-color: #6E63FA; }

 span { border-color: rgb(110,99,250); }

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