#6E53F8

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

Shades of Medium Slate Blue #6E53F8

Tints of Medium Slate Blue #6E53F8

Color information

#6E53F8 (or 0x6E53F8) is unknown color: approx Medium Slate Blue. HEX triplet: 6E, 53 and F8. RGB value is (110,83,248). Sum of RGB (Red+Green+Blue) = 110+83+248=441 (58% of max value = 765). Red value is 110 (43.36% from 255 or 24.94% from 441); Green value is 83 (32.81% from 255 or 18.82% from 441); Blue value is 248 (97.27% from 255 or 56.24% from 441); Max value from RGB is 248 - color contains mainly: blue. Hex color #6E53F8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E53F8 is #91AC07. Grayscale: #6D6D6D. Windows color (decimal): -9546760 or 16274286. OLE color: 16274286.

HSL color Cylindrical-coordinate representation of color #6E53F8: hue angle of 249.82º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6E53F8 is Cyan = 0.56, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB11083248-
CMYK0.560.6700.03
HSL249.82º92.18%64.9%-
HSV(B)249.82º66.53%97.25%-
XYZ26.4716.2890.55-
YUV109.88205.95128.08-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 24.94%
GREEN value IS 83 (32.81% from 255) = 18.82%
BLUE value IS 248 (97.27% from 255) = 56.24%
R=24.94%
G=18.82%
B=56.24%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal110832480.560.6700.03249.8292.1864.9
Hex6E53F8384303fa5c41
Octal1561233707010303372134101
Binary110111010100111111100011100010000110111111101010111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E53F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,83,248); }

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

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

 a { background-color: rgb(110,83,248); }

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

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

 span { border-color: rgb(110,83,248); }

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