Html Css Color HEX #6D4FFD Medium Slate Blue

📋 copy color: '#6D4FFD'

red 109 ◦ green 79 ◦ blue 253

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

Shades of Medium Slate Blue #6D4FFD

Tints of Medium Slate Blue #6D4FFD

RGB

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

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

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

R = 24.72%
G = 17.91%
B = 57.37%

CMYK

 C value IS 0.57

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6D4FFD (or 0x6D4FFD) is known color: Medium Slate Blue. HEX triplet: 6D, 4F and FD. RGB value is (109,79,253). Sum of RGB (Red+Green+Blue) = 109+79+253=441 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.72% from 441); Green value is 79 (31.25% from 255 or 17.91% from 441); Blue value is 253 (99.22% from 255 or 57.37% from 441); Max value from RGB is 253 - color contains mainly: blue. Hex color #6D4FFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D4FFD is #92B002. Grayscale: #6B6B6B. Windows color (decimal): -9613315 or 16600941. OLE color: 16600941.

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

Color convert

RGB 109 79 253 -
CMYK 0.57 0.69 0 0.01
HSL 250.34º 0.98% 0.65% -
HSV(B) 250.34º 0.69% 0.99% -
XYZ 26.83 15.94 94.59 -
YUV 107.81 209.94 128.85 -
System Red Green Blue C M Y K H S L
Decimal 109 79 253 0.57 0.69 0 0.01 250.34 0.98 0.65
Hex 6D 4F FD 39 45 0 1 FA 62 41
Octal 155 117 375 71 105 0 1 372 142 101
Binary 1101101 1001111 11111101 111001 1000101 0 1 11111010 1100010 1000001

Color Harmonies of #6D4FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4FFD

Black with #6D4FFD

Text Example


Text Example

White with #6D4FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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