Html Css Color HEX #6D4DFD Medium Slate Blue

📋 copy color: '#6D4DFD'

red 109 ◦ green 77 ◦ blue 253

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

Shades of Medium Slate Blue #6D4DFD

Tints of Medium Slate Blue #6D4DFD

RGB

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

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

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

R = 24.83%
G = 17.54%
B = 57.63%

CMYK

 C value IS 0.57

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6D4DFD (or 0x6D4DFD) is known color: Medium Slate Blue. HEX triplet: 6D, 4D and FD. RGB value is (109,77,253). Sum of RGB (Red+Green+Blue) = 109+77+253=439 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.83% from 439); Green value is 77 (30.47% from 255 or 17.54% from 439); Blue value is 253 (99.22% from 255 or 57.63% from 439); Max value from RGB is 253 - color contains mainly: blue. Hex color #6D4DFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D4DFD is #92B202. Grayscale: #696969. Windows color (decimal): -9613827 or 16600429. OLE color: 16600429.

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

Color convert

RGB 109 77 253 -
CMYK 0.57 0.70 0 0.01
HSL 250.91º 0.98% 0.65% -
HSV(B) 250.91º 0.7% 0.99% -
XYZ 26.69 15.65 94.54 -
YUV 106.63 210.6 129.69 -
System Red Green Blue C M Y K H S L
Decimal 109 77 253 0.57 0.70 0 0.01 250.91 0.98 0.65
Hex 6D 4D FD 39 46 0 1 FB 62 41
Octal 155 115 375 71 106 0 1 373 142 101
Binary 1101101 1001101 11111101 111001 1000110 0 1 11111011 1100010 1000001

Color Harmonies of #6D4DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4DFD

Black with #6D4DFD

Text Example


Text Example

White with #6D4DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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