#6E60FA

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

Shades of Medium Slate Blue #6E60FA

Tints of Medium Slate Blue #6E60FA

Color information

#6E60FA (or 0x6E60FA) is unknown color: approx Medium Slate Blue. HEX triplet: 6E, 60 and FA. RGB value is (110,96,250). Sum of RGB (Red+Green+Blue) = 110+96+250=456 (60% of max value = 765). Red value is 110 (43.36% from 255 or 24.12% from 456); Green value is 96 (37.89% from 255 or 21.05% from 456); Blue value is 250 (98.05% from 255 or 54.82% from 456); Max value from RGB is 250 - color contains mainly: blue. Hex color #6E60FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E60FA is #919F05. Grayscale: #757575. Windows color (decimal): -9543430 or 16408686. OLE color: 16408686.

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

Color convert

RGB11096250-
CMYK0.560.6200.02
HSL245.45º93.9%67.84%-
HSV(B)245.45º61.6%98.04%-
XYZ27.8718.5892.56-
YUV117.74202.64122.48-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 24.12%
GREEN value IS 96 (37.89% from 255) = 21.05%
BLUE value IS 250 (98.05% from 255) = 54.82%
R=24.12%
G=21.05%
B=54.82%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal110962500.560.6200.02245.4593.967.84
Hex6E60FA383E02f55e44
Octal156140372707602365136104
Binary11011101100000111110101110001111100101111010110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E60FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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