#6D59F1

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

Shades of Medium Slate Blue #6D59F1

Tints of Medium Slate Blue #6D59F1

Color information

#6D59F1 (or 0x6D59F1) is unknown color: approx Medium Slate Blue. HEX triplet: 6D, 59 and F1. RGB value is (109,89,241). Sum of RGB (Red+Green+Blue) = 109+89+241=439 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.83% from 439); Green value is 89 (35.16% from 255 or 20.27% from 439); Blue value is 241 (94.53% from 255 or 54.90% from 439); Max value from RGB is 241 - color contains mainly: blue. Hex color #6D59F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D59F1 is #92A60E. Grayscale: #6F6F6F. Windows color (decimal): -9610767 or 15817069. OLE color: 15817069.

HSL color Cylindrical-coordinate representation of color #6D59F1: hue angle of 247.89º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6D59F1 is Cyan = 0.55, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB10989241-
CMYK0.550.6300.05
HSL247.89º84.44%64.71%-
HSV(B)247.89º63.07%94.51%-
XYZ25.7616.7585.09-
YUV112.31200.63125.64-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 24.83%
GREEN value IS 89 (35.16% from 255) = 20.27%
BLUE value IS 241 (94.53% from 255) = 54.90%
R=24.83%
G=20.27%
B=54.90%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal109892410.550.6300.05247.8984.4464.71
Hex6D59F1373F05f85441
Octal155131361677705370124101
Binary110110110110011111000111011111111101011111100010101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D59F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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