#6A4FF0

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

Shades of Medium Slate Blue #6A4FF0

Tints of Medium Slate Blue #6A4FF0

Color information

#6A4FF0 (or 0x6A4FF0) is unknown color: approx Medium Slate Blue. HEX triplet: 6A, 4F and F0. RGB value is (106,79,240). Sum of RGB (Red+Green+Blue) = 106+79+240=425 (56% of max value = 765). Red value is 106 (41.80% from 255 or 24.94% from 425); Green value is 79 (31.25% from 255 or 18.59% from 425); Blue value is 240 (94.14% from 255 or 56.47% from 425); Max value from RGB is 240 - color contains mainly: blue. Hex color #6A4FF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A4FF0 is #95B00F. Grayscale: #686868. Windows color (decimal): -9809936 or 15748970. OLE color: 15748970.

HSL color Cylindrical-coordinate representation of color #6A4FF0: hue angle of 250.06º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6A4FF0 is Cyan = 0.56, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB10679240-
CMYK0.560.6700.06
HSL250.06º84.29%62.55%-
HSV(B)250.06º67.08%94.12%-
XYZ24.4714.9584.03-
YUV105.43203.95128.41-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 24.94%
GREEN value IS 79 (31.25% from 255) = 18.59%
BLUE value IS 240 (94.14% from 255) = 56.47%
R=24.94%
G=18.59%
B=56.47%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal106792400.560.6700.06250.0684.2962.55
Hex6A4FF0384306fa543f
Octal152117360701030637212477
Binary110101010011111111000011100010000110110111110101010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4FF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,79,240); }

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

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

 a { background-color: rgb(106,79,240); }

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

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

 span { border-color: rgb(106,79,240); }

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