#6C4EF1

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

Shades of Medium Slate Blue #6C4EF1

Tints of Medium Slate Blue #6C4EF1

Color information

#6C4EF1 (or 0x6C4EF1) is unknown color: approx Medium Slate Blue. HEX triplet: 6C, 4E and F1. RGB value is (108,78,241). Sum of RGB (Red+Green+Blue) = 108+78+241=427 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.29% from 427); Green value is 78 (30.86% from 255 or 18.27% from 427); Blue value is 241 (94.53% from 255 or 56.44% from 427); Max value from RGB is 241 - color contains mainly: blue. Hex color #6C4EF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6C4EF1 is #93B10E. Grayscale: #686868. Windows color (decimal): -9679119 or 15814252. OLE color: 15814252.

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

Color convert

RGB10878241-
CMYK0.550.6800.05
HSL251.04º85.34%62.55%-
HSV(B)251.04º67.63%94.51%-
XYZ24.7914.9984.81-
YUV105.55204.44129.75-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 25.29%
GREEN value IS 78 (30.86% from 255) = 18.27%
BLUE value IS 241 (94.53% from 255) = 56.44%
R=25.29%
G=18.27%
B=56.44%

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
Decimal108782410.550.6800.05251.0485.3462.55
Hex6C4EF1374405fb553f
Octal154116361671040537312577
Binary110110010011101111000111011110001000101111110111010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C4EF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,78,241); }

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

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

 a { background-color: rgb(108,78,241); }

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

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

 span { border-color: rgb(108,78,241); }

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