Html Css Color HEX #6E49EB Medium Slate Blue

📋 copy color: '#6E49EB'

red 110 ◦ green 73 ◦ blue 235

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

Shades of Medium Slate Blue #6E49EB

Tints of Medium Slate Blue #6E49EB

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.46%

 BLUE value IS 235 (92.19% from 255) = 56.22%

R = 26.32%
G = 17.46%
B = 56.22%

CMYK

 C value IS 0.53

 M value IS 0.69

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6E49EB (or 0x6E49EB) is known color: Medium Slate Blue. HEX triplet: 6E, 49 and EB. RGB value is (110,73,235). Sum of RGB (Red+Green+Blue) = 110+73+235=418 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.32% from 418); Green value is 73 (28.91% from 255 or 17.46% from 418); Blue value is 235 (92.19% from 255 or 56.22% from 418); Max value from RGB is 235 - color contains mainly: blue. Hex color #6E49EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E49EB is #91B614. Grayscale: #656565. Windows color (decimal): -9549333 or 15419758. OLE color: 15419758.

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

Color convert

RGB 110 73 235 -
CMYK 0.53 0.69 0 0.08
HSL 253.7º 0.8% 0.6% -
HSV(B) 253.7º 0.69% 0.92% -
XYZ 23.81 14.08 80.06 -
YUV 102.53 202.76 133.33 -
System Red Green Blue C M Y K H S L
Decimal 110 73 235 0.53 0.69 0 0.08 253.7 0.8 0.6
Hex 6E 49 EB 35 45 0 8 FE 50 3C
Octal 156 111 353 65 105 0 10 376 120 74
Binary 1101110 1001001 11101011 110101 1000101 0 1000 11111110 1010000 111100

Color Harmonies of #6E49EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E49EB

Black with #6E49EB

Text Example


Text Example

White with #6E49EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,73,235); }

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

background-color css

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

 a { background-color: rgb(110,73,235); }

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

border-color css

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

 span { border-color: rgb(110,73,235); }

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