Html Css Color HEX #6D4DFE Medium Slate Blue

📋 copy color: '#6D4DFE'

red 109 ◦ green 77 ◦ blue 254

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

Shades of Medium Slate Blue #6D4DFE

Tints of Medium Slate Blue #6D4DFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 57.73%

R = 24.77%
G = 17.5%
B = 57.73%

CMYK

 C value IS 0.57

 M value IS 0.70

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6D4DFE (or 0x6D4DFE) is known color: Medium Slate Blue. HEX triplet: 6D, 4D and FE. RGB value is (109,77,254). Sum of RGB (Red+Green+Blue) = 109+77+254=440 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.77% from 440); Green value is 77 (30.47% from 255 or 17.5% from 440); Blue value is 254 (99.61% from 255 or 57.73% from 440); Max value from RGB is 254 - color contains mainly: blue. Hex color #6D4DFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D4DFE is #92B201. Grayscale: #6A6A6A. Windows color (decimal): -9613826 or 16665965. OLE color: 16665965.

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

Color convert

RGB 109 77 254 -
CMYK 0.57 0.70 0 0.00
HSL 250.85º 0.99% 0.65% -
HSV(B) 250.85º 0.7% 1% -
XYZ 26.85 15.71 95.38 -
YUV 106.75 211.1 129.61 -
System Red Green Blue C M Y K H S L
Decimal 109 77 254 0.57 0.70 0 0.00 250.85 0.99 0.65
Hex 6D 4D FE 39 46 0 0 FB 63 41
Octal 155 115 376 71 106 0 0 373 143 101
Binary 1101101 1001101 11111110 111001 1000110 0 0 11111011 1100011 1000001

Color Harmonies of #6D4DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4DFE

Black with #6D4DFE

Text Example


Text Example

White with #6D4DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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