#6A61E6

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

Shades of Medium Slate Blue #6A61E6

Tints of Medium Slate Blue #6A61E6

Color information

#6A61E6 (or 0x6A61E6) is unknown color: approx Medium Slate Blue. HEX triplet: 6A, 61 and E6. RGB value is (106,97,230). Sum of RGB (Red+Green+Blue) = 106+97+230=433 (57% of max value = 765). Red value is 106 (41.80% from 255 or 24.48% from 433); Green value is 97 (38.28% from 255 or 22.40% from 433); Blue value is 230 (90.23% from 255 or 53.12% from 433); Max value from RGB is 230 - color contains mainly: blue. Hex color #6A61E6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A61E6 is #959E19. Grayscale: #727272. Windows color (decimal): -9805338 or 15098218. OLE color: 15098218.

HSL color Cylindrical-coordinate representation of color #6A61E6: hue angle of 244.06º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6A61E6 is Cyan = 0.54, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB10697230-
CMYK0.540.5800.10
HSL244.06º72.68%64.12%-
HSV(B)244.06º57.83%90.2%-
XYZ24.517.3376.92-
YUV114.85192.98121.69-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 24.48%
GREEN value IS 97 (38.28% from 255) = 22.40%
BLUE value IS 230 (90.23% from 255) = 53.12%
R=24.48%
G=22.40%
B=53.12%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal106972300.540.5800.10244.0672.6864.12
Hex6A61E6363A0Af44940
Octal1521413466672012364111100
Binary1101010110000111100110110110111010010101111010010010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A61E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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