#6950F1

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

Shades of Medium Slate Blue #6950F1

Tints of Medium Slate Blue #6950F1

Color information

#6950F1 (or 0x6950F1) is unknown color: approx Medium Slate Blue. HEX triplet: 69, 50 and F1. RGB value is (105,80,241). Sum of RGB (Red+Green+Blue) = 105+80+241=426 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.65% from 426); Green value is 80 (31.64% from 255 or 18.78% from 426); Blue value is 241 (94.53% from 255 or 56.57% from 426); Max value from RGB is 241 - color contains mainly: blue. Hex color #6950F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6950F1 is #96AF0E. Grayscale: #696969. Windows color (decimal): -9875215 or 15814761. OLE color: 15814761.

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

Color convert

RGB10580241-
CMYK0.560.6700.05
HSL249.32º85.19%62.94%-
HSV(B)249.32º66.8%94.51%-
XYZ24.5715.0984.84-
YUV105.83204.28127.41-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.65%
GREEN value IS 80 (31.64% from 255) = 18.78%
BLUE value IS 241 (94.53% from 255) = 56.57%
R=24.65%
G=18.78%
B=56.57%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal105802410.560.6700.05249.3285.1962.94
Hex6950F1384305f9553f
Octal151120361701030537112577
Binary110100110100001111000111100010000110101111110011010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6950F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6950F1; }

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

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

<style>
 a { background-color: #6950F1; }

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

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

<style>
 span { border-color: #6950F1; }

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

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