#6E17EA

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

Shades of Electric Indigo #6E17EA

Tints of Electric Indigo #6E17EA

Color information

#6E17EA (or 0x6E17EA) is unknown color: approx Electric Indigo. HEX triplet: 6E, 17 and EA. RGB value is (110,23,234). Sum of RGB (Red+Green+Blue) = 110+23+234=367 (48% of max value = 765). Red value is 110 (43.36% from 255 or 29.97% from 367); Green value is 23 (9.38% from 255 or 6.27% from 367); Blue value is 234 (91.80% from 255 or 63.76% from 367); Max value from RGB is 234 - color contains mainly: blue. Hex color #6E17EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6E17EA is #91E815. Grayscale: #484848. Windows color (decimal): -9562134 or 15341422. OLE color: 15341422.

HSL color Cylindrical-coordinate representation of color #6E17EA: hue angle of 264.74º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6E17EA is Cyan = 0.53, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB11023234-
CMYK0.530.9000.08
HSL264.74º83.4%50.39%-
HSV(B)264.74º90.17%91.76%-
XYZ21.599.8778.61-
YUV73.07218.82154.34-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 29.97%
GREEN value IS 23 (9.38% from 255) = 6.27%
BLUE value IS 234 (91.80% from 255) = 63.76%
R=29.97%
G=6.27%
B=63.76%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal110232340.530.9000.08264.7483.450.39
Hex6E17EA355A081095332
Octal156273526513201041112362
Binary110111010111111010101101011011010010001000010011010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E17EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,23,234); }

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

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

 a { background-color: rgb(110,23,234); }

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

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

 span { border-color: rgb(110,23,234); }

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