#6E52FC

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

Shades of Medium Slate Blue #6E52FC

Tints of Medium Slate Blue #6E52FC

Color information

#6E52FC (or 0x6E52FC) is unknown color: approx Medium Slate Blue. HEX triplet: 6E, 52 and FC. RGB value is (110,82,252). Sum of RGB (Red+Green+Blue) = 110+82+252=444 (58% of max value = 765). Red value is 110 (43.36% from 255 or 24.77% from 444); Green value is 82 (32.42% from 255 or 18.47% from 444); Blue value is 252 (98.83% from 255 or 56.76% from 444); Max value from RGB is 252 - color contains mainly: blue. Hex color #6E52FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E52FC is #91AD03. Grayscale: #6D6D6D. Windows color (decimal): -9547012 or 16536174. OLE color: 16536174.

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

Color convert

RGB11082252-
CMYK0.560.6700.01
HSL249.88º96.59%65.49%-
HSV(B)249.88º67.46%98.82%-
XYZ27.0216.3893.83-
YUV109.75208.28128.18-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 24.77%
GREEN value IS 82 (32.42% from 255) = 18.47%
BLUE value IS 252 (98.83% from 255) = 56.76%
R=24.77%
G=18.47%
B=56.76%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal110822520.560.6700.01249.8896.5965.49
Hex6E52FC384301fa6141
Octal1561223747010301372141101
Binary11011101010010111111001110001000011011111101011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E52FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,82,252); }

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

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

 a { background-color: rgb(110,82,252); }

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

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

 span { border-color: rgb(110,82,252); }

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