Html Css Color HEX #6E5DEC Medium Slate Blue

📋 copy color: '#6E5DEC'

red 110 ◦ green 93 ◦ blue 236

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

Shades of Medium Slate Blue #6E5DEC

Tints of Medium Slate Blue #6E5DEC

RGB

 RED value IS 110 (43.36% from 255) = 25.06%

 GREEN value IS 93 (36.72% from 255) = 21.18%

 BLUE value IS 236 (92.58% from 255) = 53.76%

R = 25.06%
G = 21.18%
B = 53.76%

CMYK

 C value IS 0.53

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6E5DEC (or 0x6E5DEC) is known color: Medium Slate Blue. HEX triplet: 6E, 5D and EC. RGB value is (110,93,236). Sum of RGB (Red+Green+Blue) = 110+93+236=439 (58% of max value = 765). Red value is 110 (43.36% from 255 or 25.06% from 439); Green value is 93 (36.72% from 255 or 21.18% from 439); Blue value is 236 (92.58% from 255 or 53.76% from 439); Max value from RGB is 236 - color contains mainly: blue. Hex color #6E5DEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E5DEC is #91A213. Grayscale: #717171. Windows color (decimal): -9544212 or 15490414. OLE color: 15490414.

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

Color convert

RGB 110 93 236 -
CMYK 0.53 0.61 0 0.07
HSL 247.13º 0.79% 0.65% -
HSV(B) 247.13º 0.61% 0.93% -
XYZ 25.49 17.2 81.33 -
YUV 114.39 196.63 124.87 -
System Red Green Blue C M Y K H S L
Decimal 110 93 236 0.53 0.61 0 0.07 247.13 0.79 0.65
Hex 6E 5D EC 35 3D 0 7 F7 4F 41
Octal 156 135 354 65 75 0 7 367 117 101
Binary 1101110 1011101 11101100 110101 111101 0 111 11110111 1001111 1000001

Color Harmonies of #6E5DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5DEC

Black with #6E5DEC

Text Example


Text Example

White with #6E5DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,93,236); }

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

background-color css

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

 a { background-color: rgb(110,93,236); }

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

border-color css

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

 span { border-color: rgb(110,93,236); }

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