#6D4BED

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

Shades of Medium Slate Blue #6D4BED

Tints of Medium Slate Blue #6D4BED

Color information

#6D4BED (or 0x6D4BED) is unknown color: approx Medium Slate Blue. HEX triplet: 6D, 4B and ED. RGB value is (109,75,237). Sum of RGB (Red+Green+Blue) = 109+75+237=421 (55% of max value = 765). Red value is 109 (42.97% from 255 or 25.89% from 421); Green value is 75 (29.69% from 255 or 17.81% from 421); Blue value is 237 (92.97% from 255 or 56.29% from 421); Max value from RGB is 237 - color contains mainly: blue. Hex color #6D4BED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D4BED is #92B412. Grayscale: #676767. Windows color (decimal): -9614355 or 15551341. OLE color: 15551341.

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

Color convert

RGB10975237-
CMYK0.540.6800.07
HSL252.59º81.82%61.18%-
HSV(B)252.59º68.35%92.94%-
XYZ24.1114.481.63-
YUV103.63203.26131.83-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 25.89%
GREEN value IS 75 (29.69% from 255) = 17.81%
BLUE value IS 237 (92.97% from 255) = 56.29%
R=25.89%
G=17.81%
B=56.29%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal109752370.540.6800.07252.5981.8261.18
Hex6D4BED364407fd523d
Octal155113355661040737512275
Binary110110110010111110110111011010001000111111111011010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D4BED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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