#6E0AE1

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

Shades of Electric Indigo #6E0AE1

Tints of Electric Indigo #6E0AE1

Color information

#6E0AE1 (or 0x6E0AE1) is unknown color: approx Electric Indigo. HEX triplet: 6E, 0A and E1. RGB value is (110,10,225). Sum of RGB (Red+Green+Blue) = 110+10+225=345 (45% of max value = 765). Red value is 110 (43.36% from 255 or 31.88% from 345); Green value is 10 (4.30% from 255 or 2.90% from 345); Blue value is 225 (88.28% from 255 or 65.22% from 345); Max value from RGB is 225 - color contains mainly: blue. Hex color #6E0AE1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E0AE1 is #91F51E. Grayscale: #3F3F3F. Windows color (decimal): -9565471 or 14748270. OLE color: 14748270.

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

Color convert

RGB11010225-
CMYK0.510.9600.12
HSL267.91º91.49%46.08%-
HSV(B)267.91º95.56%88.24%-
XYZ20.138.9771.9-
YUV64.41218.63160.52-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 31.88%
GREEN value IS 10 (4.30% from 255) = 2.90%
BLUE value IS 225 (88.28% from 255) = 65.22%
R=31.88%
G=2.90%
B=65.22%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal110102250.510.9600.12267.9191.4946.08
Hex6EAE133600C10c5b2e
Octal156123416314001441413356
Binary11011101010111000011100111100000011001000011001011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E0AE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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