#6A51EC

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

Shades of Medium Slate Blue #6A51EC

Tints of Medium Slate Blue #6A51EC

Color information

#6A51EC (or 0x6A51EC) is unknown color: approx Medium Slate Blue. HEX triplet: 6A, 51 and EC. RGB value is (106,81,236). Sum of RGB (Red+Green+Blue) = 106+81+236=423 (56% of max value = 765). Red value is 106 (41.80% from 255 or 25.06% from 423); Green value is 81 (32.03% from 255 or 19.15% from 423); Blue value is 236 (92.58% from 255 or 55.79% from 423); Max value from RGB is 236 - color contains mainly: blue. Hex color #6A51EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A51EC is #95AE13. Grayscale: #696969. Windows color (decimal): -9809428 or 15487338. OLE color: 15487338.

HSL color Cylindrical-coordinate representation of color #6A51EC: hue angle of 249.68º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6A51EC is Cyan = 0.55, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB10681236-
CMYK0.550.6600.07
HSL249.68º80.31%62.16%-
HSV(B)249.68º65.68%92.55%-
XYZ24.0315.0180.99-
YUV106.14201.28127.9-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.06%
GREEN value IS 81 (32.03% from 255) = 19.15%
BLUE value IS 236 (92.58% from 255) = 55.79%
R=25.06%
G=19.15%
B=55.79%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal106812360.550.6600.07249.6880.3162.16
Hex6A51EC374207fa503e
Octal152121354671020737212076
Binary110101010100011110110011011110000100111111110101010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A51EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,81,236); }

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

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

 a { background-color: rgb(106,81,236); }

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

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

 span { border-color: rgb(106,81,236); }

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