Html Css Color HEX #6D4EFD Medium Slate Blue

📋 copy color: '#6D4EFD'

red 109 ◦ green 78 ◦ blue 253

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

Shades of Medium Slate Blue #6D4EFD

Tints of Medium Slate Blue #6D4EFD

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.73%

 BLUE value IS 253 (99.22% from 255) = 57.5%

R = 24.77%
G = 17.73%
B = 57.5%

CMYK

 C value IS 0.57

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6D4EFD (or 0x6D4EFD) is known color: Medium Slate Blue. HEX triplet: 6D, 4E and FD. RGB value is (109,78,253). Sum of RGB (Red+Green+Blue) = 109+78+253=440 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.77% from 440); Green value is 78 (30.86% from 255 or 17.73% from 440); Blue value is 253 (99.22% from 255 or 57.5% from 440); Max value from RGB is 253 - color contains mainly: blue. Hex color #6D4EFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D4EFD is #92B102. Grayscale: #6A6A6A. Windows color (decimal): -9613571 or 16600685. OLE color: 16600685.

HSL color Cylindrical-coordinate representation of color #6D4EFD: hue angle of 250.63º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6D4EFD is Cyan = 0.57, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 109 78 253 -
CMYK 0.57 0.69 0 0.01
HSL 250.63º 0.98% 0.65% -
HSV(B) 250.63º 0.69% 0.99% -
XYZ 26.76 15.79 94.57 -
YUV 107.22 210.27 129.27 -
System Red Green Blue C M Y K H S L
Decimal 109 78 253 0.57 0.69 0 0.01 250.63 0.98 0.65
Hex 6D 4E FD 39 45 0 1 FB 62 41
Octal 155 116 375 71 105 0 1 373 142 101
Binary 1101101 1001110 11111101 111001 1000101 0 1 11111011 1100010 1000001

Color Harmonies of #6D4EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4EFD

Black with #6D4EFD

Text Example


Text Example

White with #6D4EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,78,253); }

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

background-color css

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

 a { background-color: rgb(109,78,253); }

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

border-color css

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

 span { border-color: rgb(109,78,253); }

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