Html Css Color HEX #6E5AFE Medium Slate Blue

📋 copy color: '#6E5AFE'

red 110 ◦ green 90 ◦ blue 254

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

Shades of Medium Slate Blue #6E5AFE

Tints of Medium Slate Blue #6E5AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 55.95%

R = 24.23%
G = 19.82%
B = 55.95%

CMYK

 C value IS 0.57

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6E5AFE (or 0x6E5AFE) is known color: Medium Slate Blue. HEX triplet: 6E, 5A and FE. RGB value is (110,90,254). Sum of RGB (Red+Green+Blue) = 110+90+254=454 (60% of max value = 765). Red value is 110 (43.36% from 255 or 24.23% from 454); Green value is 90 (35.55% from 255 or 19.82% from 454); Blue value is 254 (99.61% from 255 or 55.95% from 454); Max value from RGB is 254 - color contains mainly: blue. Hex color #6E5AFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E5AFE is #91A501. Grayscale: #727272. Windows color (decimal): -9544962 or 16669294. OLE color: 16669294.

HSL color Cylindrical-coordinate representation of color #6E5AFE: hue angle of 247.32º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6E5AFE is Cyan = 0.57, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 110 90 254 -
CMYK 0.57 0.65 0 0.00
HSL 247.32º 0.99% 0.67% -
HSV(B) 247.32º 0.65% 1% -
XYZ 27.98 17.78 95.72 -
YUV 114.68 206.63 124.66 -
System Red Green Blue C M Y K H S L
Decimal 110 90 254 0.57 0.65 0 0.00 247.32 0.99 0.67
Hex 6E 5A FE 39 41 0 0 F7 63 43
Octal 156 132 376 71 101 0 0 367 143 103
Binary 1101110 1011010 11111110 111001 1000001 0 0 11110111 1100011 1000011

Color Harmonies of #6E5AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5AFE

Black with #6E5AFE

Text Example


Text Example

White with #6E5AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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