#6D4BEE

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

Shades of Medium Slate Blue #6D4BEE

Tints of Medium Slate Blue #6D4BEE

Color information

#6D4BEE (or 0x6D4BEE) is unknown color: approx Medium Slate Blue. HEX triplet: 6D, 4B and EE. RGB value is (109,75,238). Sum of RGB (Red+Green+Blue) = 109+75+238=422 (55% of max value = 765). Red value is 109 (42.97% from 255 or 25.83% from 422); Green value is 75 (29.69% from 255 or 17.77% from 422); Blue value is 238 (93.36% from 255 or 56.40% from 422); Max value from RGB is 238 - color contains mainly: blue. Hex color #6D4BEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D4BEE is #92B411. Grayscale: #676767. Windows color (decimal): -9614354 or 15616877. OLE color: 15616877.

HSL color Cylindrical-coordinate representation of color #6D4BEE: hue angle of 252.52º degrees, saturation: 0.83, 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 #6D4BEE is Cyan = 0.54, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB10975238-
CMYK0.540.6800.07
HSL252.52º82.74%61.37%-
HSV(B)252.52º68.49%93.33%-
XYZ24.2614.4682.4-
YUV103.75203.76131.75-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 25.83%
GREEN value IS 75 (29.69% from 255) = 17.77%
BLUE value IS 238 (93.36% from 255) = 56.40%
R=25.83%
G=17.77%
B=56.40%

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
Decimal109752380.540.6800.07252.5282.7461.37
Hex6D4BEE364407fd533d
Octal155113356661040737512375
Binary110110110010111110111011011010001000111111111011010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D4BEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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