#6E15E5

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

Shades of Electric Indigo #6E15E5

Tints of Electric Indigo #6E15E5

Color information

#6E15E5 (or 0x6E15E5) is unknown color: approx Electric Indigo. HEX triplet: 6E, 15 and E5. RGB value is (110,21,229). Sum of RGB (Red+Green+Blue) = 110+21+229=360 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.56% from 360); Green value is 21 (8.59% from 255 or 5.83% from 360); Blue value is 229 (89.84% from 255 or 63.61% from 360); Max value from RGB is 229 - color contains mainly: blue. Hex color #6E15E5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E15E5 is #91EA1A. Grayscale: #464646. Windows color (decimal): -9562651 or 15013230. OLE color: 15013230.

HSL color Cylindrical-coordinate representation of color #6E15E5: hue angle of 265.67º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6E15E5 is Cyan = 0.52, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB11021229-
CMYK0.520.9100.10
HSL265.67º83.2%49.02%-
HSV(B)265.67º90.83%89.8%-
XYZ20.849.5174.87-
YUV71.32216.99155.59-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 30.56%
GREEN value IS 21 (8.59% from 255) = 5.83%
BLUE value IS 229 (89.84% from 255) = 63.61%
R=30.56%
G=5.83%
B=63.61%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal110212290.520.9100.10265.6783.249.02
Hex6E15E5345B0A10a5331
Octal156253456413301241212361
Binary110111010101111001011101001011011010101000010101010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E15E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,21,229); }

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

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

 a { background-color: rgb(110,21,229); }

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

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

 span { border-color: rgb(110,21,229); }

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