#6A59EC

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

Shades of Medium Slate Blue #6A59EC

Tints of Medium Slate Blue #6A59EC

Color information

#6A59EC (or 0x6A59EC) is unknown color: approx Medium Slate Blue. HEX triplet: 6A, 59 and EC. RGB value is (106,89,236). Sum of RGB (Red+Green+Blue) = 106+89+236=431 (57% of max value = 765). Red value is 106 (41.80% from 255 or 24.59% from 431); Green value is 89 (35.16% from 255 or 20.65% from 431); Blue value is 236 (92.58% from 255 or 54.76% from 431); Max value from RGB is 236 - color contains mainly: blue. Hex color #6A59EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A59EC is #95A613. Grayscale: #6E6E6E. Windows color (decimal): -9807380 or 15489386. OLE color: 15489386.

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

Color convert

RGB10689236-
CMYK0.550.6200.07
HSL246.94º79.46%63.73%-
HSV(B)246.94º62.29%92.55%-
XYZ24.6616.2781.2-
YUV110.84198.63124.55-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 24.59%
GREEN value IS 89 (35.16% from 255) = 20.65%
BLUE value IS 236 (92.58% from 255) = 54.76%
R=24.59%
G=20.65%
B=54.76%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal106892360.550.6200.07246.9479.4663.73
Hex6A59EC373E07f74f40
Octal152131354677607367117100
Binary110101010110011110110011011111111001111111011110011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A59EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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