#6E71F1

Color #6E71F1 Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #6E71F1

Tints of Medium Slate Blue #6E71F1

Color information

#6E71F1 (or 0x6E71F1) is unknown color: approx Medium Slate Blue. HEX triplet: 6E, 71 and F1. RGB value is (110,113,241). Sum of RGB (Red+Green+Blue) = 110+113+241=464 (61% of max value = 765). Red value is 110 (43.36% from 255 or 23.71% from 464); Green value is 113 (44.53% from 255 or 24.35% from 464); Blue value is 241 (94.53% from 255 or 51.94% from 464); Max value from RGB is 241 - color contains mainly: blue. Hex color #6E71F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E71F1 is #918E0E. Grayscale: #7E7E7E. Windows color (decimal): -9539087 or 15823214. OLE color: 15823214.

HSL color Cylindrical-coordinate representation of color #6E71F1: hue angle of 238.63º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6E71F1 is Cyan = 0.54, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB110113241-
CMYK0.540.5300.05
HSL238.63º82.39%68.82%-
HSV(B)238.63º54.36%94.51%-
XYZ28.2121.4885.88-
YUV126.7192.51116.09-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 23.71%
GREEN value IS 113 (44.53% from 255) = 24.35%
BLUE value IS 241 (94.53% from 255) = 51.94%
R=23.71%
G=24.35%
B=51.94%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1101132410.540.5300.05238.6382.3968.82
Hex6E71F1363505ef5245
Octal156161361666505357122105
Binary110111011100011111000111011011010101011110111110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E71F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6E71F1;
 }
 .AnyTagClassName
 {
   color: #6E71F1;
 }
</style>
background-color css

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

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

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

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

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

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