Html Css Color HEX #6E5BEF Medium Slate Blue

📋 copy color: '#6E5BEF'

red 110 ◦ green 91 ◦ blue 239

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

Shades of Medium Slate Blue #6E5BEF

Tints of Medium Slate Blue #6E5BEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 54.32%

R = 25%
G = 20.68%
B = 54.32%

CMYK

 C value IS 0.54

 M value IS 0.62

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6E5BEF (or 0x6E5BEF) is known color: Medium Slate Blue. HEX triplet: 6E, 5B and EF. RGB value is (110,91,239). Sum of RGB (Red+Green+Blue) = 110+91+239=440 (58% of max value = 765). Red value is 110 (43.36% from 255 or 25% from 440); Green value is 91 (35.94% from 255 or 20.68% from 440); Blue value is 239 (93.75% from 255 or 54.32% from 440); Max value from RGB is 239 - color contains mainly: blue. Hex color #6E5BEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E5BEF is #91A410. Grayscale: #707070. Windows color (decimal): -9544721 or 15686510. OLE color: 15686510.

HSL color Cylindrical-coordinate representation of color #6E5BEF: hue angle of 247.7º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6E5BEF is Cyan = 0.54, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 110 91 239 -
CMYK 0.54 0.62 0 0.06
HSL 247.7º 0.82% 0.65% -
HSV(B) 247.7º 0.62% 0.94% -
XYZ 25.75 17.03 83.59 -
YUV 113.55 198.79 125.47 -
System Red Green Blue C M Y K H S L
Decimal 110 91 239 0.54 0.62 0 0.06 247.7 0.82 0.65
Hex 6E 5B EF 36 3E 0 6 F8 52 41
Octal 156 133 357 66 76 0 6 370 122 101
Binary 1101110 1011011 11101111 110110 111110 0 110 11111000 1010010 1000001

Color Harmonies of #6E5BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5BEF

Black with #6E5BEF

Text Example


Text Example

White with #6E5BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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