#6A50F1

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

Shades of Medium Slate Blue #6A50F1

Tints of Medium Slate Blue #6A50F1

Color information

#6A50F1 (or 0x6A50F1) is unknown color: approx Medium Slate Blue. HEX triplet: 6A, 50 and F1. RGB value is (106,80,241). Sum of RGB (Red+Green+Blue) = 106+80+241=427 (56% of max value = 765). Red value is 106 (41.80% from 255 or 24.82% from 427); Green value is 80 (31.64% from 255 or 18.74% from 427); Blue value is 241 (94.53% from 255 or 56.44% from 427); Max value from RGB is 241 - color contains mainly: blue. Hex color #6A50F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A50F1 is #95AF0E. Grayscale: #696969. Windows color (decimal): -9809679 or 15814762. OLE color: 15814762.

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

Color convert

RGB10680241-
CMYK0.560.6700.05
HSL249.69º85.19%62.94%-
HSV(B)249.69º66.8%94.51%-
XYZ24.6915.1584.84-
YUV106.13204.11127.91-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 24.82%
GREEN value IS 80 (31.64% from 255) = 18.74%
BLUE value IS 241 (94.53% from 255) = 56.44%
R=24.82%
G=18.74%
B=56.44%

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
Decimal106802410.560.6700.05249.6985.1962.94
Hex6A50F1384305fa553f
Octal152120361701030537212577
Binary110101010100001111000111100010000110101111110101010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A50F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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