#6A4EEC

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

Shades of Medium Slate Blue #6A4EEC

Tints of Medium Slate Blue #6A4EEC

Color information

#6A4EEC (or 0x6A4EEC) is unknown color: approx Medium Slate Blue. HEX triplet: 6A, 4E and EC. RGB value is (106,78,236). Sum of RGB (Red+Green+Blue) = 106+78+236=420 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.24% from 420); Green value is 78 (30.86% from 255 or 18.57% from 420); Blue value is 236 (92.58% from 255 or 56.19% from 420); Max value from RGB is 236 - color contains mainly: blue. Hex color #6A4EEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A4EEC is #95B113. Grayscale: #676767. Windows color (decimal): -9810196 or 15486570. OLE color: 15486570.

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

Color convert

RGB10678236-
CMYK0.550.6700.07
HSL250.63º80.61%61.57%-
HSV(B)250.63º66.95%92.55%-
XYZ23.8114.5780.91-
YUV104.38202.28129.15-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.24%
GREEN value IS 78 (30.86% from 255) = 18.57%
BLUE value IS 236 (92.58% from 255) = 56.19%
R=25.24%
G=18.57%
B=56.19%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal106782360.550.6700.07250.6380.6161.57
Hex6A4EEC374307fb513e
Octal152116354671030737312176
Binary110101010011101110110011011110000110111111110111010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4EEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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