#6E17FD

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

Shades of Electric Indigo #6E17FD

Tints of Electric Indigo #6E17FD

Color information

#6E17FD (or 0x6E17FD) is unknown color: approx Electric Indigo. HEX triplet: 6E, 17 and FD. RGB value is (110,23,253). Sum of RGB (Red+Green+Blue) = 110+23+253=386 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.50% from 386); Green value is 23 (9.38% from 255 or 5.96% from 386); Blue value is 253 (99.22% from 255 or 65.54% from 386); Max value from RGB is 253 - color contains mainly: blue. Hex color #6E17FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6E17FD is #91E802. Grayscale: #4A4A4A. Windows color (decimal): -9562115 or 16586606. OLE color: 16586606.

HSL color Cylindrical-coordinate representation of color #6E17FD: hue angle of 262.7º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6E17FD is Cyan = 0.57, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB11023253-
CMYK0.570.9100.01
HSL262.7º98.29%54.12%-
HSV(B)262.7º90.91%99.22%-
XYZ24.4711.0293.77-
YUV75.23228.32152.8-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 28.50%
GREEN value IS 23 (9.38% from 255) = 5.96%
BLUE value IS 253 (99.22% from 255) = 65.54%
R=28.50%
G=5.96%
B=65.54%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal110232530.570.9100.01262.798.2954.12
Hex6E17FD395B011076236
Octal15627375711330140714266
Binary110111010111111111011110011011011011000001111100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E17FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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