Html Css Color HEX #6E4DEE Medium Slate Blue

📋 copy color: '#6E4DEE'

red 110 ◦ green 77 ◦ blue 238

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

Shades of Medium Slate Blue #6E4DEE

Tints of Medium Slate Blue #6E4DEE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.12%

 BLUE value IS 238 (93.36% from 255) = 56%

R = 25.88%
G = 18.12%
B = 56%

CMYK

 C value IS 0.54

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6E4DEE (or 0x6E4DEE) is known color: Medium Slate Blue. HEX triplet: 6E, 4D and EE. RGB value is (110,77,238). Sum of RGB (Red+Green+Blue) = 110+77+238=425 (56% of max value = 765). Red value is 110 (43.36% from 255 or 25.88% from 425); Green value is 77 (30.47% from 255 or 18.12% from 425); Blue value is 238 (93.36% from 255 or 56% from 425); Max value from RGB is 238 - color contains mainly: blue. Hex color #6E4DEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E4DEE is #91B211. Grayscale: #686868. Windows color (decimal): -9548306 or 15617390. OLE color: 15617390.

HSL color Cylindrical-coordinate representation of color #6E4DEE: hue angle of 252.3º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6E4DEE is Cyan = 0.54, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 110 77 238 -
CMYK 0.54 0.68 0 0.07
HSL 252.3º 0.83% 0.62% -
HSV(B) 252.3º 0.68% 0.93% -
XYZ 24.52 14.8 82.45 -
YUV 105.22 202.93 131.41 -
System Red Green Blue C M Y K H S L
Decimal 110 77 238 0.54 0.68 0 0.07 252.3 0.83 0.62
Hex 6E 4D EE 36 44 0 7 FC 53 3E
Octal 156 115 356 66 104 0 7 374 123 76
Binary 1101110 1001101 11101110 110110 1000100 0 111 11111100 1010011 111110

Color Harmonies of #6E4DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E4DEE

Black with #6E4DEE

Text Example


Text Example

White with #6E4DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,77,238); }

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

background-color css

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

 a { background-color: rgb(110,77,238); }

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

border-color css

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

 span { border-color: rgb(110,77,238); }

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