Html Css Color HEX #6D4DEC Medium Slate Blue

📋 copy color: '#6D4DEC'

red 109 ◦ green 77 ◦ blue 236

#6D4DEC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Slate Blue #6D4DEC

Tints of Medium Slate Blue #6D4DEC

RGB

 RED value IS 109 (42.97% from 255) = 25.83%

 GREEN value IS 77 (30.47% from 255) = 18.25%

 BLUE value IS 236 (92.58% from 255) = 55.92%

R = 25.83%
G = 18.25%
B = 55.92%

CMYK

 C value IS 0.54

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6D4DEC (or 0x6D4DEC) is known color: Medium Slate Blue. HEX triplet: 6D, 4D and EC. RGB value is (109,77,236). Sum of RGB (Red+Green+Blue) = 109+77+236=422 (55% of max value = 765). Red value is 109 (42.97% from 255 or 25.83% from 422); Green value is 77 (30.47% from 255 or 18.25% from 422); Blue value is 236 (92.58% from 255 or 55.92% from 422); Max value from RGB is 236 - color contains mainly: blue. Hex color #6D4DEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D4DEC is #92B213. Grayscale: #686868. Windows color (decimal): -9613844 or 15486317. OLE color: 15486317.

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

Color convert

RGB 109 77 236 -
CMYK 0.54 0.67 0 0.07
HSL 252.08º 0.81% 0.61% -
HSV(B) 252.08º 0.67% 0.93% -
XYZ 24.1 14.62 80.91 -
YUV 104.69 202.1 131.07 -
System Red Green Blue C M Y K H S L
Decimal 109 77 236 0.54 0.67 0 0.07 252.08 0.81 0.61
Hex 6D 4D EC 36 43 0 7 FC 51 3D
Octal 155 115 354 66 103 0 7 374 121 75
Binary 1101101 1001101 11101100 110110 1000011 0 111 11111100 1010001 111101

Color Harmonies of #6D4DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4DEC

Black with #6D4DEC

Text Example


Text Example

White with #6D4DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,77,236); }

 H1.HeaderClassName
 {
   color: #6D4DEC;
 }
 .AnyTagClassName
 {
   color: #6D4DEC;
 }
</style>

background-color css

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

 a { background-color: rgb(109,77,236); }

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

border-color css

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

 span { border-color: rgb(109,77,236); }

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