Html Css Color HEX #6D4FFF Medium Slate Blue

📋 copy color: '#6D4FFF'

red 109 ◦ green 79 ◦ blue 255

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

Shades of Medium Slate Blue #6D4FFF

Tints of Medium Slate Blue #6D4FFF

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.83%

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

R = 24.6%
G = 17.83%
B = 57.56%

CMYK

 C value IS 0.57

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6D4FFF (or 0x6D4FFF) is known color: Medium Slate Blue. HEX triplet: 6D, 4F and FF. RGB value is (109,79,255). Sum of RGB (Red+Green+Blue) = 109+79+255=443 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.60% from 443); Green value is 79 (31.25% from 255 or 17.83% from 443); Blue value is 255 (100% from 255 or 57.56% from 443); Max value from RGB is 255 - color contains mainly: blue. Hex color #6D4FFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D4FFF is #92B000. Grayscale: #6B6B6B. Windows color (decimal): -9613313 or 16732013. OLE color: 16732013.

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

Color convert

RGB 109 79 255 -
CMYK 0.57 0.69 0 0
HSL 250.23º 1% 0.65% -
HSV(B) 250.23º 0.69% 1% -
XYZ 27.15 16.06 96.28 -
YUV 108.03 210.94 128.69 -
System Red Green Blue C M Y K H S L
Decimal 109 79 255 0.57 0.69 0 0 250.23 1 0.65
Hex 6D 4F FF 39 45 0 0 FA 64 41
Octal 155 117 377 71 105 0 0 372 144 101
Binary 1101101 1001111 11111111 111001 1000101 0 0 11111010 1100100 1000001

Color Harmonies of #6D4FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4FFF

Black with #6D4FFF

Text Example


Text Example

White with #6D4FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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