Html Css Color HEX #6E71E1 Medium Slate Blue

📋 copy color: '#6E71E1'

red 110 ◦ green 113 ◦ blue 225

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

Shades of Medium Slate Blue #6E71E1

Tints of Medium Slate Blue #6E71E1

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.22%

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

R = 24.55%
G = 25.22%
B = 50.22%

CMYK

 C value IS 0.51

 M value IS 0.50

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#6E71E1 (or 0x6E71E1) is known color: Medium Slate Blue. HEX triplet: 6E, 71 and E1. RGB value is (110,113,225). Sum of RGB (Red+Green+Blue) = 110+113+225=448 (59% of max value = 765). Red value is 110 (43.36% from 255 or 24.55% from 448); Green value is 113 (44.53% from 255 or 25.22% from 448); Blue value is 225 (88.28% from 255 or 50.22% from 448); Max value from RGB is 225 - color contains mainly: blue. Hex color #6E71E1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E71E1 is #918E1E. Grayscale: #7C7C7C. Windows color (decimal): -9539103 or 14774638. OLE color: 14774638.

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

Color convert

RGB 110 113 225 -
CMYK 0.51 0.50 0 0.12
HSL 238.43º 0.66% 0.66% -
HSV(B) 238.43º 0.51% 0.88% -
XYZ 25.93 20.56 73.84 -
YUV 124.87 184.51 117.39 -
System Red Green Blue C M Y K H S L
Decimal 110 113 225 0.51 0.50 0 0.12 238.43 0.66 0.66
Hex 6E 71 E1 33 32 0 C EE 42 42
Octal 156 161 341 63 62 0 14 356 102 102
Binary 1101110 1110001 11100001 110011 110010 0 1100 11101110 1000010 1000010

Color Harmonies of #6E71E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E71E1

Black with #6E71E1

Text Example


Text Example

White with #6E71E1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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