Html Css Color HEX #6E5AEB Medium Slate Blue

📋 copy color: '#6E5AEB'

red 110 ◦ green 90 ◦ blue 235

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

Shades of Medium Slate Blue #6E5AEB

Tints of Medium Slate Blue #6E5AEB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.69%

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

R = 25.29%
G = 20.69%
B = 54.02%

CMYK

 C value IS 0.53

 M value IS 0.62

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6E5AEB (or 0x6E5AEB) is known color: Medium Slate Blue. HEX triplet: 6E, 5A and EB. RGB value is (110,90,235). Sum of RGB (Red+Green+Blue) = 110+90+235=435 (57% of max value = 765). Red value is 110 (43.36% from 255 or 25.29% from 435); Green value is 90 (35.55% from 255 or 20.69% from 435); Blue value is 235 (92.19% from 255 or 54.02% from 435); Max value from RGB is 235 - color contains mainly: blue. Hex color #6E5AEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E5AEB is #91A514. Grayscale: #6F6F6F. Windows color (decimal): -9544981 or 15424110. OLE color: 15424110.

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

Color convert

RGB 110 90 235 -
CMYK 0.53 0.62 0 0.08
HSL 248.28º 0.78% 0.64% -
HSV(B) 248.28º 0.62% 0.92% -
XYZ 25.08 16.63 80.48 -
YUV 112.51 197.13 126.21 -
System Red Green Blue C M Y K H S L
Decimal 110 90 235 0.53 0.62 0 0.08 248.28 0.78 0.64
Hex 6E 5A EB 35 3E 0 8 F8 4E 40
Octal 156 132 353 65 76 0 10 370 116 100
Binary 1101110 1011010 11101011 110101 111110 0 1000 11111000 1001110 1000000

Color Harmonies of #6E5AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5AEB

Black with #6E5AEB

Text Example


Text Example

White with #6E5AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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