Html Css Color HEX #6E64E1 Medium Slate Blue

📋 copy color: '#6E64E1'

red 110 ◦ green 100 ◦ blue 225

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

Shades of Medium Slate Blue #6E64E1

Tints of Medium Slate Blue #6E64E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 51.72%

R = 25.29%
G = 22.99%
B = 51.72%

CMYK

 C value IS 0.51

 M value IS 0.56

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#6E64E1 (or 0x6E64E1) is known color: Medium Slate Blue. HEX triplet: 6E, 64 and E1. RGB value is (110,100,225). Sum of RGB (Red+Green+Blue) = 110+100+225=435 (57% of max value = 765). Red value is 110 (43.36% from 255 or 25.29% from 435); Green value is 100 (39.45% from 255 or 22.99% from 435); Blue value is 225 (88.28% from 255 or 51.72% from 435); Max value from RGB is 225 - color contains mainly: blue. Hex color #6E64E1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E64E1 is #919B1E. Grayscale: #747474. Windows color (decimal): -9542431 or 14771310. OLE color: 14771310.

HSL color Cylindrical-coordinate representation of color #6E64E1: hue angle of 244.8º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6E64E1 is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 110 100 225 -
CMYK 0.51 0.56 0 0.12
HSL 244.8º 0.68% 0.64% -
HSV(B) 244.8º 0.56% 0.88% -
XYZ 24.58 17.87 73.39 -
YUV 117.24 188.81 122.84 -
System Red Green Blue C M Y K H S L
Decimal 110 100 225 0.51 0.56 0 0.12 244.8 0.68 0.64
Hex 6E 64 E1 33 38 0 C F5 44 40
Octal 156 144 341 63 70 0 14 365 104 100
Binary 1101110 1100100 11100001 110011 111000 0 1100 11110101 1000100 1000000

Color Harmonies of #6E64E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E64E1

Black with #6E64E1

Text Example


Text Example

White with #6E64E1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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