#6E10F1

Color #6E10F1 Electric Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Indigo #6E10F1

Tints of Electric Indigo #6E10F1

Color information

#6E10F1 (or 0x6E10F1) is unknown color: approx Electric Indigo. HEX triplet: 6E, 10 and F1. RGB value is (110,16,241). Sum of RGB (Red+Green+Blue) = 110+16+241=367 (48% of max value = 765). Red value is 110 (43.36% from 255 or 29.97% from 367); Green value is 16 (6.64% from 255 or 4.36% from 367); Blue value is 241 (94.53% from 255 or 65.67% from 367); Max value from RGB is 241 - color contains mainly: blue. Hex color #6E10F1 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6E10F1 is #91EF0E. Grayscale: #444444. Windows color (decimal): -9563919 or 15798382. OLE color: 15798382.

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

Color convert

RGB11016241-
CMYK0.540.9300.05
HSL265.07º88.93%50.39%-
HSV(B)265.07º93.36%94.51%-
XYZ22.4910.0483.97-
YUV69.76224.64156.7-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 29.97%
GREEN value IS 16 (6.64% from 255) = 4.36%
BLUE value IS 241 (94.53% from 255) = 65.67%
R=29.97%
G=4.36%
B=65.67%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal110162410.540.9300.05265.0788.9350.39
Hex6E10F1365D051095932
Octal15620361661350541113162
Binary11011101000011110001110110101110101011000010011011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E10F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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