#6D55E7

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

Shades of Medium Slate Blue #6D55E7

Tints of Medium Slate Blue #6D55E7

Color information

#6D55E7 (or 0x6D55E7) is unknown color: approx Medium Slate Blue. HEX triplet: 6D, 55 and E7. RGB value is (109,85,231). Sum of RGB (Red+Green+Blue) = 109+85+231=425 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.65% from 425); Green value is 85 (33.59% from 255 or 20% from 425); Blue value is 231 (90.62% from 255 or 54.35% from 425); Max value from RGB is 231 - color contains mainly: blue. Hex color #6D55E7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D55E7 is #92AA18. Grayscale: #6C6C6C. Windows color (decimal): -9611801 or 15160685. OLE color: 15160685.

HSL color Cylindrical-coordinate representation of color #6D55E7: hue angle of 249.86º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6D55E7 is Cyan = 0.53, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB10985231-
CMYK0.530.6300.09
HSL249.86º75.26%61.96%-
HSV(B)249.86º63.2%90.59%-
XYZ23.9815.5277.33-
YUV108.82196.95128.13-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 25.65%
GREEN value IS 85 (33.59% from 255) = 20%
BLUE value IS 231 (90.62% from 255) = 54.35%
R=25.65%
G=20%
B=54.35%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal109852310.530.6300.09249.8675.2661.96
Hex6D55E7353F09fa4b3e
Octal155125347657701137211376
Binary110110110101011110011111010111111101001111110101001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D55E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,85,231); }

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

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

 a { background-color: rgb(109,85,231); }

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

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

 span { border-color: rgb(109,85,231); }

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