#6F5EF2

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

Shades of Medium Slate Blue #6F5EF2

Tints of Medium Slate Blue #6F5EF2

Color information

#6F5EF2 (or 0x6F5EF2) is unknown color: approx Medium Slate Blue. HEX triplet: 6F, 5E and F2. RGB value is (111,94,242). Sum of RGB (Red+Green+Blue) = 111+94+242=447 (59% of max value = 765). Red value is 111 (43.75% from 255 or 24.83% from 447); Green value is 94 (37.11% from 255 or 21.03% from 447); Blue value is 242 (94.92% from 255 or 54.14% from 447); Max value from RGB is 242 - color contains mainly: blue. Hex color #6F5EF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F5EF2 is #90A10D. Grayscale: #737373. Windows color (decimal): -9478414 or 15883887. OLE color: 15883887.

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

Color convert

RGB11194242-
CMYK0.540.6100.05
HSL246.89º85.06%65.88%-
HSV(B)246.89º61.16%94.9%-
XYZ26.5917.886.04-
YUV115.95199.13124.47-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 24.83%
GREEN value IS 94 (37.11% from 255) = 21.03%
BLUE value IS 242 (94.92% from 255) = 54.14%
R=24.83%
G=21.03%
B=54.14%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal111942420.540.6100.05246.8985.0665.88
Hex6F5EF2363D05f75542
Octal157136362667505367125102
Binary110111110111101111001011011011110101011111011110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5EF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,94,242); }

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

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

 a { background-color: rgb(111,94,242); }

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

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

 span { border-color: rgb(111,94,242); }

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