Html Css Color HEX #6D42EF Medium Slate Blue

📋 copy color: '#6D42EF'

red 109 ◦ green 66 ◦ blue 239

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

Shades of Medium Slate Blue #6D42EF

Tints of Medium Slate Blue #6D42EF

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.94%

 BLUE value IS 239 (93.75% from 255) = 57.73%

R = 26.33%
G = 15.94%
B = 57.73%

CMYK

 C value IS 0.54

 M value IS 0.72

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6D42EF (or 0x6D42EF) is known color: Medium Slate Blue. HEX triplet: 6D, 42 and EF. RGB value is (109,66,239). Sum of RGB (Red+Green+Blue) = 109+66+239=414 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.33% from 414); Green value is 66 (26.17% from 255 or 15.94% from 414); Blue value is 239 (93.75% from 255 or 57.73% from 414); Max value from RGB is 239 - color contains mainly: blue. Hex color #6D42EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D42EF is #92BD10. Grayscale: #616161. Windows color (decimal): -9616657 or 15680109. OLE color: 15680109.

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

Color convert

RGB 109 66 239 -
CMYK 0.54 0.72 0 0.06
HSL 254.91º 0.84% 0.6% -
HSV(B) 254.91º 0.72% 0.94% -
XYZ 23.83 13.38 82.99 -
YUV 98.58 207.25 135.43 -
System Red Green Blue C M Y K H S L
Decimal 109 66 239 0.54 0.72 0 0.06 254.91 0.84 0.6
Hex 6D 42 EF 36 48 0 6 FF 54 3C
Octal 155 102 357 66 110 0 6 377 124 74
Binary 1101101 1000010 11101111 110110 1001000 0 110 11111111 1010100 111100

Color Harmonies of #6D42EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D42EF

Black with #6D42EF

Text Example


Text Example

White with #6D42EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,66,239); }

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

background-color css

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

 a { background-color: rgb(109,66,239); }

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

border-color css

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

 span { border-color: rgb(109,66,239); }

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