#6F51F2

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

Shades of Medium Slate Blue #6F51F2

Tints of Medium Slate Blue #6F51F2

Color information

#6F51F2 (or 0x6F51F2) is unknown color: approx Medium Slate Blue. HEX triplet: 6F, 51 and F2. RGB value is (111,81,242). Sum of RGB (Red+Green+Blue) = 111+81+242=434 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.58% from 434); Green value is 81 (32.03% from 255 or 18.66% from 434); Blue value is 242 (94.92% from 255 or 55.76% from 434); Max value from RGB is 242 - color contains mainly: blue. Hex color #6F51F2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F51F2 is #90AE0D. Grayscale: #6B6B6B. Windows color (decimal): -9481742 or 15880559. OLE color: 15880559.

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

Color convert

RGB11181242-
CMYK0.540.6700.05
HSL251.18º86.1%63.33%-
HSV(B)251.18º66.53%94.9%-
XYZ25.5215.6885.68-
YUV108.32203.44129.91-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 25.58%
GREEN value IS 81 (32.03% from 255) = 18.66%
BLUE value IS 242 (94.92% from 255) = 55.76%
R=25.58%
G=18.66%
B=55.76%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal111812420.540.6700.05251.1886.163.33
Hex6F51F2364305fb563f
Octal157121362661030537312677
Binary110111110100011111001011011010000110101111110111010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F51F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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