#6A57F6

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

Shades of Medium Slate Blue #6A57F6

Tints of Medium Slate Blue #6A57F6

Color information

#6A57F6 (or 0x6A57F6) is unknown color: approx Medium Slate Blue. HEX triplet: 6A, 57 and F6. RGB value is (106,87,246). Sum of RGB (Red+Green+Blue) = 106+87+246=439 (58% of max value = 765). Red value is 106 (41.80% from 255 or 24.15% from 439); Green value is 87 (34.38% from 255 or 19.82% from 439); Blue value is 246 (96.48% from 255 or 56.04% from 439); Max value from RGB is 246 - color contains mainly: blue. Hex color #6A57F6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A57F6 is #95A809. Grayscale: #6E6E6E. Windows color (decimal): -9807882 or 16144234. OLE color: 16144234.

HSL color Cylindrical-coordinate representation of color #6A57F6: hue angle of 247.17º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6A57F6 is Cyan = 0.57, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB10687246-
CMYK0.570.6500.04
HSL247.17º89.83%65.29%-
HSV(B)247.17º64.63%96.47%-
XYZ25.9916.5389.01-
YUV110.81204.29124.57-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 24.15%
GREEN value IS 87 (34.38% from 255) = 19.82%
BLUE value IS 246 (96.48% from 255) = 56.04%
R=24.15%
G=19.82%
B=56.04%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal106872460.570.6500.04247.1789.8365.29
Hex6A57F6394104f75a41
Octal1521273667110104367132101
Binary1101010101011111110110111001100000101001111011110110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A57F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,87,246); }

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

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

 a { background-color: rgb(106,87,246); }

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

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

 span { border-color: rgb(106,87,246); }

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