#6E51F2

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

Shades of Medium Slate Blue #6E51F2

Tints of Medium Slate Blue #6E51F2

Color information

#6E51F2 (or 0x6E51F2) is unknown color: approx Medium Slate Blue. HEX triplet: 6E, 51 and F2. RGB value is (110,81,242). Sum of RGB (Red+Green+Blue) = 110+81+242=433 (57% of max value = 765). Red value is 110 (43.36% from 255 or 25.40% from 433); Green value is 81 (32.03% from 255 or 18.71% from 433); Blue value is 242 (94.92% from 255 or 55.89% from 433); Max value from RGB is 242 - color contains mainly: blue. Hex color #6E51F2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E51F2 is #91AE0D. Grayscale: #6B6B6B. Windows color (decimal): -9547278 or 15880558. OLE color: 15880558.

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

Color convert

RGB11081242-
CMYK0.550.6700.05
HSL250.81º86.1%63.33%-
HSV(B)250.81º66.53%94.9%-
XYZ25.415.6185.68-
YUV108.02203.61129.41-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 25.40%
GREEN value IS 81 (32.03% from 255) = 18.71%
BLUE value IS 242 (94.92% from 255) = 55.89%
R=25.40%
G=18.71%
B=55.89%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal110812420.550.6700.05250.8186.163.33
Hex6E51F2374305fb563f
Octal156121362671030537312677
Binary110111010100011111001011011110000110101111110111010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E51F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,81,242); }

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

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

 a { background-color: rgb(110,81,242); }

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

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

 span { border-color: rgb(110,81,242); }

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