#6E1CFA

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

Shades of Electric Indigo #6E1CFA

Tints of Electric Indigo #6E1CFA

Color information

#6E1CFA (or 0x6E1CFA) is unknown color: approx Electric Indigo. HEX triplet: 6E, 1C and FA. RGB value is (110,28,250). Sum of RGB (Red+Green+Blue) = 110+28+250=388 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.35% from 388); Green value is 28 (11.33% from 255 or 7.22% from 388); Blue value is 250 (98.05% from 255 or 64.43% from 388); Max value from RGB is 250 - color contains mainly: blue. Hex color #6E1CFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E1CFA is #91E305. Grayscale: #4D4D4D. Windows color (decimal): -9560838 or 16391278. OLE color: 16391278.

HSL color Cylindrical-coordinate representation of color #6E1CFA: hue angle of 262.16º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6E1CFA is Cyan = 0.56, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB11028250-
CMYK0.560.8900.02
HSL262.16º95.69%54.51%-
HSV(B)262.16º88.8%98.04%-
XYZ24.111.0591.3-
YUV77.83225.17150.95-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 28.35%
GREEN value IS 28 (11.33% from 255) = 7.22%
BLUE value IS 250 (98.05% from 255) = 64.43%
R=28.35%
G=7.22%
B=64.43%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal110282500.560.8900.02262.1695.6954.51
Hex6E1CFA3859021066037
Octal15634372701310240614067
Binary1101110111001111101011100010110010101000001101100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E1CFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,28,250); }

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

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

 a { background-color: rgb(110,28,250); }

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

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

 span { border-color: rgb(110,28,250); }

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