Html Css Color HEX #6D4FF0 Medium Slate Blue

📋 copy color: '#6D4FF0'

red 109 ◦ green 79 ◦ blue 240

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

Shades of Medium Slate Blue #6D4FF0

Tints of Medium Slate Blue #6D4FF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 56.07%

R = 25.47%
G = 18.46%
B = 56.07%

CMYK

 C value IS 0.55

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6D4FF0 (or 0x6D4FF0) is known color: Medium Slate Blue. HEX triplet: 6D, 4F and F0. RGB value is (109,79,240). Sum of RGB (Red+Green+Blue) = 109+79+240=428 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.47% from 428); Green value is 79 (31.25% from 255 or 18.46% from 428); Blue value is 240 (94.14% from 255 or 56.07% from 428); Max value from RGB is 240 - color contains mainly: blue. Hex color #6D4FF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D4FF0 is #92B00F. Grayscale: #696969. Windows color (decimal): -9613328 or 15748973. OLE color: 15748973.

HSL color Cylindrical-coordinate representation of color #6D4FF0: hue angle of 251.18º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6D4FF0 is Cyan = 0.55, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 109 79 240 -
CMYK 0.55 0.67 0 0.06
HSL 251.18º 0.84% 0.63% -
HSV(B) 251.18º 0.67% 0.94% -
XYZ 24.83 15.13 84.05 -
YUV 106.32 203.44 129.91 -
System Red Green Blue C M Y K H S L
Decimal 109 79 240 0.55 0.67 0 0.06 251.18 0.84 0.63
Hex 6D 4F F0 37 43 0 6 FB 54 3F
Octal 155 117 360 67 103 0 6 373 124 77
Binary 1101101 1001111 11110000 110111 1000011 0 110 11111011 1010100 111111

Color Harmonies of #6D4FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4FF0

Black with #6D4FF0

Text Example


Text Example

White with #6D4FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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