Html Css Color HEX #6D4AF4 Medium Slate Blue

📋 copy color: '#6D4AF4'

red 109 ◦ green 74 ◦ blue 244

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

Shades of Medium Slate Blue #6D4AF4

Tints of Medium Slate Blue #6D4AF4

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.33%

 BLUE value IS 244 (95.7% from 255) = 57.14%

R = 25.53%
G = 17.33%
B = 57.14%

CMYK

 C value IS 0.55

 M value IS 0.70

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#6D4AF4 (or 0x6D4AF4) is known color: Medium Slate Blue. HEX triplet: 6D, 4A and F4. RGB value is (109,74,244). Sum of RGB (Red+Green+Blue) = 109+74+244=427 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.53% from 427); Green value is 74 (29.30% from 255 or 17.33% from 427); Blue value is 244 (95.70% from 255 or 57.14% from 427); Max value from RGB is 244 - color contains mainly: blue. Hex color #6D4AF4 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D4AF4 is #92B50B. Grayscale: #676767. Windows color (decimal): -9614604 or 16009837. OLE color: 16009837.

HSL color Cylindrical-coordinate representation of color #6D4AF4: hue angle of 252.35º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6D4AF4 is Cyan = 0.55, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 109 74 244 -
CMYK 0.55 0.70 0 0.04
HSL 252.35º 0.89% 0.62% -
HSV(B) 252.35º 0.7% 0.96% -
XYZ 25.08 14.68 87.1 -
YUV 103.85 207.1 131.68 -
System Red Green Blue C M Y K H S L
Decimal 109 74 244 0.55 0.70 0 0.04 252.35 0.89 0.62
Hex 6D 4A F4 37 46 0 4 FC 59 3E
Octal 155 112 364 67 106 0 4 374 131 76
Binary 1101101 1001010 11110100 110111 1000110 0 100 11111100 1011001 111110

Color Harmonies of #6D4AF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4AF4

Black with #6D4AF4

Text Example


Text Example

White with #6D4AF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,74,244); }

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

background-color css

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

 a { background-color: rgb(109,74,244); }

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

border-color css

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

 span { border-color: rgb(109,74,244); }

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