#6E18EC

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

Shades of Electric Indigo #6E18EC

Tints of Electric Indigo #6E18EC

Color information

#6E18EC (or 0x6E18EC) is unknown color: approx Electric Indigo. HEX triplet: 6E, 18 and EC. RGB value is (110,24,236). Sum of RGB (Red+Green+Blue) = 110+24+236=370 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.73% from 370); Green value is 24 (9.77% from 255 or 6.49% from 370); Blue value is 236 (92.58% from 255 or 63.78% from 370); Max value from RGB is 236 - color contains mainly: blue. Hex color #6E18EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6E18EC is #91E713. Grayscale: #494949. Windows color (decimal): -9561876 or 15472750. OLE color: 15472750.

HSL color Cylindrical-coordinate representation of color #6E18EC: hue angle of 264.34º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6E18EC is Cyan = 0.53, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB11024236-
CMYK0.530.9000.07
HSL264.34º84.8%50.98%-
HSV(B)264.34º89.83%92.55%-
XYZ21.910.0280.14-
YUV73.88219.49153.76-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 29.73%
GREEN value IS 24 (9.77% from 255) = 6.49%
BLUE value IS 236 (92.58% from 255) = 63.78%
R=29.73%
G=6.49%
B=63.78%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal110242360.530.9000.07264.3484.850.98
Hex6E18EC355A071085533
Octal15630354651320741012563
Binary11011101100011101100110101101101001111000010001010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E18EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,24,236); }

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

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

 a { background-color: rgb(110,24,236); }

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

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

 span { border-color: rgb(110,24,236); }

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