Html Css Color HEX #6D4FEA Medium Slate Blue

📋 copy color: '#6D4FEA'

red 109 ◦ green 79 ◦ blue 234

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

Shades of Medium Slate Blue #6D4FEA

Tints of Medium Slate Blue #6D4FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 55.45%

R = 25.83%
G = 18.72%
B = 55.45%

CMYK

 C value IS 0.53

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6D4FEA (or 0x6D4FEA) is known color: Medium Slate Blue. HEX triplet: 6D, 4F and EA. RGB value is (109,79,234). Sum of RGB (Red+Green+Blue) = 109+79+234=422 (55% of max value = 765). Red value is 109 (42.97% from 255 or 25.83% from 422); Green value is 79 (31.25% from 255 or 18.72% from 422); Blue value is 234 (91.80% from 255 or 55.45% from 422); Max value from RGB is 234 - color contains mainly: blue. Hex color #6D4FEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D4FEA is #92B015. Grayscale: #696969. Windows color (decimal): -9613334 or 15355757. OLE color: 15355757.

HSL color Cylindrical-coordinate representation of color #6D4FEA: hue angle of 251.61º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6D4FEA is Cyan = 0.53, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 109 79 234 -
CMYK 0.53 0.66 0 0.08
HSL 251.61º 0.79% 0.61% -
HSV(B) 251.61º 0.66% 0.92% -
XYZ 23.95 14.78 79.43 -
YUV 105.64 200.44 130.4 -
System Red Green Blue C M Y K H S L
Decimal 109 79 234 0.53 0.66 0 0.08 251.61 0.79 0.61
Hex 6D 4F EA 35 42 0 8 FC 4F 3D
Octal 155 117 352 65 102 0 10 374 117 75
Binary 1101101 1001111 11101010 110101 1000010 0 1000 11111100 1001111 111101

Color Harmonies of #6D4FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4FEA

Black with #6D4FEA

Text Example


Text Example

White with #6D4FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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