#6d4cf1

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

Shades of Medium Slate Blue #6D4CF1

Tints of Medium Slate Blue #6D4CF1

Color information

#6D4CF1 (or 0x6D4CF1) is unknown color: approx Medium Slate Blue. HEX triplet: 6D, 4C and F1. RGB value is (109,76,241). Sum of RGB (Red+Green+Blue) = 109+76+241=426 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.59% from 426); Green value is 76 (30.08% from 255 or 17.84% from 426); Blue value is 241 (94.53% from 255 or 56.57% from 426); Max value from RGB is 241 - color contains mainly: blue. Hex color #6D4CF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D4CF1 is #92B30E. Grayscale: #686868. Windows color (decimal): -9614095 or 15813741. OLE color: 15813741.

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

Color convert

RGB10976241-
CMYK0.550.6800.05
HSL252º85.49%62.16%-
HSV(B)252º68.46%94.51%-
XYZ24.7714.7784.76-
YUV104.68204.93131.08-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 25.59%
GREEN value IS 76 (30.08% from 255) = 17.84%
BLUE value IS 241 (94.53% from 255) = 56.57%
R=25.59%
G=17.84%
B=56.57%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal109762410.550.6800.0525285.4962.16
Hex6D4CF1374405fc553e
Octal155114361671040537412576
Binary110110110011001111000111011110001000101111111001010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6d4cf1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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