Html Css Color HEX #6E5CFE Medium Slate Blue

📋 copy color: '#6E5CFE'

red 110 ◦ green 92 ◦ blue 254

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

Shades of Medium Slate Blue #6E5CFE

Tints of Medium Slate Blue #6E5CFE

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.18%

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

R = 24.12%
G = 20.18%
B = 55.7%

CMYK

 C value IS 0.57

 M value IS 0.64

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6E5CFE (or 0x6E5CFE) is known color: Medium Slate Blue. HEX triplet: 6E, 5C and FE. RGB value is (110,92,254). Sum of RGB (Red+Green+Blue) = 110+92+254=456 (60% of max value = 765). Red value is 110 (43.36% from 255 or 24.12% from 456); Green value is 92 (36.33% from 255 or 20.18% from 456); Blue value is 254 (99.61% from 255 or 55.70% from 456); Max value from RGB is 254 - color contains mainly: blue. Hex color #6E5CFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E5CFE is #91A301. Grayscale: #737373. Windows color (decimal): -9544450 or 16669806. OLE color: 16669806.

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

Color convert

RGB 110 92 254 -
CMYK 0.57 0.64 0 0.00
HSL 246.67º 0.99% 0.68% -
HSV(B) 246.67º 0.64% 1% -
XYZ 28.15 18.13 95.78 -
YUV 115.85 205.96 123.83 -
System Red Green Blue C M Y K H S L
Decimal 110 92 254 0.57 0.64 0 0.00 246.67 0.99 0.68
Hex 6E 5C FE 39 40 0 0 F7 63 44
Octal 156 134 376 71 100 0 0 367 143 104
Binary 1101110 1011100 11111110 111001 1000000 0 0 11110111 1100011 1000100

Color Harmonies of #6E5CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5CFE

Black with #6E5CFE

Text Example


Text Example

White with #6E5CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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