Html Css Color HEX #6E64EF Medium Slate Blue

📋 copy color: '#6E64EF'

red 110 ◦ green 100 ◦ blue 239

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

Shades of Medium Slate Blue #6E64EF

Tints of Medium Slate Blue #6E64EF

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.27%

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

R = 24.5%
G = 22.27%
B = 53.23%

CMYK

 C value IS 0.54

 M value IS 0.58

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6E64EF (or 0x6E64EF) is known color: Medium Slate Blue. HEX triplet: 6E, 64 and EF. RGB value is (110,100,239). Sum of RGB (Red+Green+Blue) = 110+100+239=449 (59% of max value = 765). Red value is 110 (43.36% from 255 or 24.50% from 449); Green value is 100 (39.45% from 255 or 22.27% from 449); Blue value is 239 (93.75% from 255 or 53.23% from 449); Max value from RGB is 239 - color contains mainly: blue. Hex color #6E64EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E64EF is #919B10. Grayscale: #767676. Windows color (decimal): -9542417 or 15688814. OLE color: 15688814.

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

Color convert

RGB 110 100 239 -
CMYK 0.54 0.58 0 0.06
HSL 244.32º 0.81% 0.66% -
HSV(B) 244.32º 0.58% 0.94% -
XYZ 26.57 18.66 83.86 -
YUV 118.84 195.81 121.7 -
System Red Green Blue C M Y K H S L
Decimal 110 100 239 0.54 0.58 0 0.06 244.32 0.81 0.66
Hex 6E 64 EF 36 3A 0 6 F4 51 42
Octal 156 144 357 66 72 0 6 364 121 102
Binary 1101110 1100100 11101111 110110 111010 0 110 11110100 1010001 1000010

Color Harmonies of #6E64EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E64EF

Black with #6E64EF

Text Example


Text Example

White with #6E64EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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