#6F4DF1

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

Shades of Medium Slate Blue #6F4DF1

Tints of Medium Slate Blue #6F4DF1

Color information

#6F4DF1 (or 0x6F4DF1) is unknown color: approx Medium Slate Blue. HEX triplet: 6F, 4D and F1. RGB value is (111,77,241). Sum of RGB (Red+Green+Blue) = 111+77+241=429 (56% of max value = 765). Red value is 111 (43.75% from 255 or 25.87% from 429); Green value is 77 (30.47% from 255 or 17.95% from 429); Blue value is 241 (94.53% from 255 or 56.18% from 429); Max value from RGB is 241 - color contains mainly: blue. Hex color #6F4DF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F4DF1 is #90B20E. Grayscale: #696969. Windows color (decimal): -9482767 or 15813999. OLE color: 15813999.

HSL color Cylindrical-coordinate representation of color #6F4DF1: hue angle of 252.44º 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 #6F4DF1 is Cyan = 0.54, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB11177241-
CMYK0.540.6800.05
HSL252.44º85.42%62.35%-
HSV(B)252.44º68.05%94.51%-
XYZ25.0915.0484.8-
YUV105.86204.26131.66-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 25.87%
GREEN value IS 77 (30.47% from 255) = 17.95%
BLUE value IS 241 (94.53% from 255) = 56.18%
R=25.87%
G=17.95%
B=56.18%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal111772410.540.6800.05252.4485.4262.35
Hex6F4DF1364405fc553e
Octal157115361661040537412576
Binary110111110011011111000111011010001000101111111001010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,77,241); }

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

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

 a { background-color: rgb(111,77,241); }

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

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

 span { border-color: rgb(111,77,241); }

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