#6D49F1

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

Shades of Medium Slate Blue #6D49F1

Tints of Medium Slate Blue #6D49F1

Color information

#6D49F1 (or 0x6D49F1) is unknown color: approx Medium Slate Blue. HEX triplet: 6D, 49 and F1. RGB value is (109,73,241). Sum of RGB (Red+Green+Blue) = 109+73+241=423 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.77% from 423); Green value is 73 (28.91% from 255 or 17.26% from 423); Blue value is 241 (94.53% from 255 or 56.97% from 423); Max value from RGB is 241 - color contains mainly: blue. Hex color #6D49F1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D49F1 is #92B60E. Grayscale: #666666. Windows color (decimal): -9614863 or 15812973. OLE color: 15812973.

HSL color Cylindrical-coordinate representation of color #6D49F1: hue angle of 252.86º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6D49F1 is Cyan = 0.55, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB10973241-
CMYK0.550.7000.05
HSL252.86º85.71%61.57%-
HSV(B)252.86º69.71%94.51%-
XYZ24.5714.3784.7-
YUV102.92205.93132.34-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 25.77%
GREEN value IS 73 (28.91% from 255) = 17.26%
BLUE value IS 241 (94.53% from 255) = 56.97%
R=25.77%
G=17.26%
B=56.97%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal109732410.550.7000.05252.8685.7161.57
Hex6D49F1374605fd563e
Octal155111361671060537512676
Binary110110110010011111000111011110001100101111111011010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D49F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,73,241); }

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

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

 a { background-color: rgb(109,73,241); }

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

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

 span { border-color: rgb(109,73,241); }

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