#6C50F1

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

Shades of Medium Slate Blue #6C50F1

Tints of Medium Slate Blue #6C50F1

Color information

#6C50F1 (or 0x6C50F1) is unknown color: approx Medium Slate Blue. HEX triplet: 6C, 50 and F1. RGB value is (108,80,241). Sum of RGB (Red+Green+Blue) = 108+80+241=429 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.17% from 429); Green value is 80 (31.64% from 255 or 18.65% 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 #6C50F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6C50F1 is #93AF0E. Grayscale: #6A6A6A. Windows color (decimal): -9678607 or 15814764. OLE color: 15814764.

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

Color convert

RGB10880241-
CMYK0.550.6700.05
HSL250.43º85.19%62.94%-
HSV(B)250.43º66.8%94.51%-
XYZ24.9315.2884.85-
YUV106.73203.78128.91-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 25.17%
GREEN value IS 80 (31.64% from 255) = 18.65%
BLUE value IS 241 (94.53% from 255) = 56.18%
R=25.17%
G=18.65%
B=56.18%

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
Decimal108802410.550.6700.05250.4385.1962.94
Hex6C50F1374305fa553f
Octal154120361671030537212577
Binary110110010100001111000111011110000110101111110101010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C50F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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