#6D4BF7

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

Shades of Medium Slate Blue #6D4BF7

Tints of Medium Slate Blue #6D4BF7

Color information

#6D4BF7 (or 0x6D4BF7) is unknown color: approx Medium Slate Blue. HEX triplet: 6D, 4B and F7. RGB value is (109,75,247). Sum of RGB (Red+Green+Blue) = 109+75+247=431 (57% of max value = 765). Red value is 109 (42.97% from 255 or 25.29% from 431); Green value is 75 (29.69% from 255 or 17.40% from 431); Blue value is 247 (96.88% from 255 or 57.31% from 431); Max value from RGB is 247 - color contains mainly: blue. Hex color #6D4BF7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D4BF7 is #92B408. Grayscale: #686868. Windows color (decimal): -9614345 or 16206701. OLE color: 16206701.

HSL color Cylindrical-coordinate representation of color #6D4BF7: hue angle of 251.86º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6D4BF7 is Cyan = 0.56, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB10975247-
CMYK0.560.7000.03
HSL251.86º91.49%63.14%-
HSV(B)251.86º69.64%96.86%-
XYZ25.611589.54-
YUV104.77208.26131.01-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 25.29%
GREEN value IS 75 (29.69% from 255) = 17.40%
BLUE value IS 247 (96.88% from 255) = 57.31%
R=25.29%
G=17.40%
B=57.31%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal109752470.560.7000.03251.8691.4963.14
Hex6D4BF7384603fc5b3f
Octal155113367701060337413377
Binary11011011001011111101111110001000110011111111001011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D4BF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,75,247); }

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

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

 a { background-color: rgb(109,75,247); }

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

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

 span { border-color: rgb(109,75,247); }

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