#6E0AF1

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

Shades of Electric Indigo #6E0AF1

Tints of Electric Indigo #6E0AF1

Color information

#6E0AF1 (or 0x6E0AF1) is unknown color: approx Electric Indigo. HEX triplet: 6E, 0A and F1. RGB value is (110,10,241). Sum of RGB (Red+Green+Blue) = 110+10+241=361 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.47% from 361); Green value is 10 (4.30% from 255 or 2.77% from 361); Blue value is 241 (94.53% from 255 or 66.76% from 361); Max value from RGB is 241 - color contains mainly: blue. Hex color #6E0AF1 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6E0AF1 is #91F50E. Grayscale: #414141. Windows color (decimal): -9565455 or 15796846. OLE color: 15796846.

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

Color convert

RGB11010241-
CMYK0.540.9600.05
HSL265.97º92.03%49.22%-
HSV(B)265.97º95.85%94.51%-
XYZ22.429.8883.95-
YUV66.23226.63159.22-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 30.47%
GREEN value IS 10 (4.30% from 255) = 2.77%
BLUE value IS 241 (94.53% from 255) = 66.76%
R=30.47%
G=2.77%
B=66.76%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal110102410.540.9600.05265.9792.0349.22
Hex6EAF136600510a5c31
Octal15612361661400541213461
Binary1101110101011110001110110110000001011000010101011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E0AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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