Html Css Color HEX #6D4FF6 Medium Slate Blue

📋 copy color: '#6D4FF6'

red 109 ◦ green 79 ◦ blue 246

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

Shades of Medium Slate Blue #6D4FF6

Tints of Medium Slate Blue #6D4FF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 56.68%

R = 25.12%
G = 18.2%
B = 56.68%

CMYK

 C value IS 0.56

 M value IS 0.68

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#6D4FF6 (or 0x6D4FF6) is known color: Medium Slate Blue. HEX triplet: 6D, 4F and F6. RGB value is (109,79,246). Sum of RGB (Red+Green+Blue) = 109+79+246=434 (57% of max value = 765). Red value is 109 (42.97% from 255 or 25.12% from 434); Green value is 79 (31.25% from 255 or 18.20% from 434); Blue value is 246 (96.48% from 255 or 56.68% from 434); Max value from RGB is 246 - color contains mainly: blue. Hex color #6D4FF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D4FF6 is #92B009. Grayscale: #6A6A6A. Windows color (decimal): -9613322 or 16142189. OLE color: 16142189.

HSL color Cylindrical-coordinate representation of color #6D4FF6: hue angle of 250.78º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6D4FF6 is Cyan = 0.56, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 109 79 246 -
CMYK 0.56 0.68 0 0.04
HSL 250.78º 0.9% 0.64% -
HSV(B) 250.78º 0.68% 0.96% -
XYZ 25.74 15.5 88.82 -
YUV 107.01 206.44 129.42 -
System Red Green Blue C M Y K H S L
Decimal 109 79 246 0.56 0.68 0 0.04 250.78 0.9 0.64
Hex 6D 4F F6 38 44 0 4 FB 5A 40
Octal 155 117 366 70 104 0 4 373 132 100
Binary 1101101 1001111 11110110 111000 1000100 0 100 11111011 1011010 1000000

Color Harmonies of #6D4FF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4FF6

Black with #6D4FF6

Text Example


Text Example

White with #6D4FF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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