#6A61EA

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

Shades of Medium Slate Blue #6A61EA

Tints of Medium Slate Blue #6A61EA

Color information

#6A61EA (or 0x6A61EA) is unknown color: approx Medium Slate Blue. HEX triplet: 6A, 61 and EA. RGB value is (106,97,234). Sum of RGB (Red+Green+Blue) = 106+97+234=437 (57% of max value = 765). Red value is 106 (41.80% from 255 or 24.26% from 437); Green value is 97 (38.28% from 255 or 22.20% from 437); Blue value is 234 (91.80% from 255 or 53.55% from 437); Max value from RGB is 234 - color contains mainly: blue. Hex color #6A61EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A61EA is #959E15. Grayscale: #727272. Windows color (decimal): -9805334 or 15360362. OLE color: 15360362.

HSL color Cylindrical-coordinate representation of color #6A61EA: hue angle of 243.94º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6A61EA is Cyan = 0.55, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB10697234-
CMYK0.550.5900.08
HSL243.94º76.54%64.9%-
HSV(B)243.94º58.55%91.76%-
XYZ25.0717.5579.91-
YUV115.31194.98121.36-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 24.26%
GREEN value IS 97 (38.28% from 255) = 22.20%
BLUE value IS 234 (91.80% from 255) = 53.55%
R=24.26%
G=22.20%
B=53.55%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal106972340.550.5900.08243.9476.5464.9
Hex6A61EA373B08f44d41
Octal1521413526773010364115101
Binary1101010110000111101010110111111011010001111010010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A61EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,97,234); }

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

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

 a { background-color: rgb(106,97,234); }

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

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

 span { border-color: rgb(106,97,234); }

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