#6d71ed

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

Shades of Medium Slate Blue #6D71ED

Tints of Medium Slate Blue #6D71ED

Color information

#6D71ED (or 0x6D71ED) is unknown color: approx Medium Slate Blue. HEX triplet: 6D, 71 and ED. RGB value is (109,113,237). Sum of RGB (Red+Green+Blue) = 109+113+237=459 (60% of max value = 765). Red value is 109 (42.97% from 255 or 23.75% from 459); Green value is 113 (44.53% from 255 or 24.62% from 459); Blue value is 237 (92.97% from 255 or 51.63% from 459); Max value from RGB is 237 - color contains mainly: blue. Hex color #6D71ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D71ED is #928E12. Grayscale: #7D7D7D. Windows color (decimal): -9604627 or 15561069. OLE color: 15561069.

HSL color Cylindrical-coordinate representation of color #6D71ED: hue angle of 238.12º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6D71ED is Cyan = 0.54, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB109113237-
CMYK0.540.5200.07
HSL238.12º78.05%67.84%-
HSV(B)238.12º54.01%92.94%-
XYZ27.521.1882.76-
YUV125.94190.67115.92-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 23.75%
GREEN value IS 113 (44.53% from 255) = 24.62%
BLUE value IS 237 (92.97% from 255) = 51.63%
R=23.75%
G=24.62%
B=51.63%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1091132370.540.5200.07238.1278.0567.84
Hex6D71ED363407ee4e44
Octal155161355666407356116104
Binary110110111100011110110111011011010001111110111010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6d71ed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,113,237); }

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

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

 a { background-color: rgb(109,113,237); }

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

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

 span { border-color: rgb(109,113,237); }

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