Html Css Color HEX #6E5BEB Medium Slate Blue

📋 copy color: '#6E5BEB'

red 110 ◦ green 91 ◦ blue 235

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

Shades of Medium Slate Blue #6E5BEB

Tints of Medium Slate Blue #6E5BEB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.87%

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

R = 25.23%
G = 20.87%
B = 53.9%

CMYK

 C value IS 0.53

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6E5BEB (or 0x6E5BEB) is known color: Medium Slate Blue. HEX triplet: 6E, 5B and EB. RGB value is (110,91,235). Sum of RGB (Red+Green+Blue) = 110+91+235=436 (57% of max value = 765). Red value is 110 (43.36% from 255 or 25.23% from 436); Green value is 91 (35.94% from 255 or 20.87% from 436); Blue value is 235 (92.19% from 255 or 53.90% from 436); Max value from RGB is 235 - color contains mainly: blue. Hex color #6E5BEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E5BEB is #91A414. Grayscale: #707070. Windows color (decimal): -9544725 or 15424366. OLE color: 15424366.

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

Color convert

RGB 110 91 235 -
CMYK 0.53 0.61 0 0.08
HSL 247.92º 0.78% 0.64% -
HSV(B) 247.92º 0.61% 0.92% -
XYZ 25.17 16.8 80.51 -
YUV 113.1 196.79 125.79 -
System Red Green Blue C M Y K H S L
Decimal 110 91 235 0.53 0.61 0 0.08 247.92 0.78 0.64
Hex 6E 5B EB 35 3D 0 8 F8 4E 40
Octal 156 133 353 65 75 0 10 370 116 100
Binary 1101110 1011011 11101011 110101 111101 0 1000 11111000 1001110 1000000

Color Harmonies of #6E5BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5BEB

Black with #6E5BEB

Text Example


Text Example

White with #6E5BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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