#6D64E4

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

Shades of Medium Slate Blue #6D64E4

Tints of Medium Slate Blue #6D64E4

Color information

#6D64E4 (or 0x6D64E4) is unknown color: approx Medium Slate Blue. HEX triplet: 6D, 64 and E4. RGB value is (109,100,228). Sum of RGB (Red+Green+Blue) = 109+100+228=437 (57% of max value = 765). Red value is 109 (42.97% from 255 or 24.94% from 437); Green value is 100 (39.45% from 255 or 22.88% from 437); Blue value is 228 (89.45% from 255 or 52.17% from 437); Max value from RGB is 228 - color contains mainly: blue. Hex color #6D64E4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D64E4 is #929B1B. Grayscale: #747474. Windows color (decimal): -9607964 or 14967917. OLE color: 14967917.

HSL color Cylindrical-coordinate representation of color #6D64E4: hue angle of 244.22º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6D64E4 is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB109100228-
CMYK0.520.5600.11
HSL244.22º70.33%64.31%-
HSV(B)244.22º56.14%89.41%-
XYZ24.8717.9775.56-
YUV117.28190.48122.09-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 24.94%
GREEN value IS 100 (39.45% from 255) = 22.88%
BLUE value IS 228 (89.45% from 255) = 52.17%
R=24.94%
G=22.88%
B=52.17%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1091002280.520.5600.11244.2270.3364.31
Hex6D64E434380Bf44640
Octal1551443446470013364106100
Binary1101101110010011100100110100111000010111111010010001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D64E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,100,228); }

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

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

 a { background-color: rgb(109,100,228); }

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

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

 span { border-color: rgb(109,100,228); }

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