Html Css Color HEX #6D4DFF Medium Slate Blue

📋 copy color: '#6D4DFF'

red 109 ◦ green 77 ◦ blue 255

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

Shades of Medium Slate Blue #6D4DFF

Tints of Medium Slate Blue #6D4DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 57.82%

R = 24.72%
G = 17.46%
B = 57.82%

CMYK

 C value IS 0.57

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6D4DFF (or 0x6D4DFF) is known color: Medium Slate Blue. HEX triplet: 6D, 4D and FF. RGB value is (109,77,255). Sum of RGB (Red+Green+Blue) = 109+77+255=441 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.72% from 441); Green value is 77 (30.47% from 255 or 17.46% from 441); Blue value is 255 (100% from 255 or 57.82% from 441); Max value from RGB is 255 - color contains mainly: blue. Hex color #6D4DFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D4DFF is #92B200. Grayscale: #6A6A6A. Windows color (decimal): -9613825 or 16731501. OLE color: 16731501.

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

Color convert

RGB 109 77 255 -
CMYK 0.57 0.70 0 0
HSL 250.79º 1% 0.65% -
HSV(B) 250.79º 0.7% 1% -
XYZ 27.01 15.78 96.23 -
YUV 106.86 211.6 129.53 -
System Red Green Blue C M Y K H S L
Decimal 109 77 255 0.57 0.70 0 0 250.79 1 0.65
Hex 6D 4D FF 39 46 0 0 FB 64 41
Octal 155 115 377 71 106 0 0 373 144 101
Binary 1101101 1001101 11111111 111001 1000110 0 0 11111011 1100100 1000001

Color Harmonies of #6D4DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4DFF

Black with #6D4DFF

Text Example


Text Example

White with #6D4DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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