#6E18FC

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

Shades of Electric Indigo #6E18FC

Tints of Electric Indigo #6E18FC

Color information

#6E18FC (or 0x6E18FC) is unknown color: approx Electric Indigo. HEX triplet: 6E, 18 and FC. RGB value is (110,24,252). Sum of RGB (Red+Green+Blue) = 110+24+252=386 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.50% from 386); Green value is 24 (9.77% from 255 or 6.22% from 386); Blue value is 252 (98.83% from 255 or 65.28% from 386); Max value from RGB is 252 - color contains mainly: blue. Hex color #6E18FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6E18FC is #91E703. Grayscale: #4A4A4A. Windows color (decimal): -9561860 or 16521326. OLE color: 16521326.

HSL color Cylindrical-coordinate representation of color #6E18FC: hue angle of 262.63º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6E18FC is Cyan = 0.56, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB11024252-
CMYK0.560.9000.01
HSL262.63º97.44%54.12%-
HSV(B)262.63º90.48%98.82%-
XYZ24.331192.94-
YUV75.71227.49152.46-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 28.50%
GREEN value IS 24 (9.77% from 255) = 6.22%
BLUE value IS 252 (98.83% from 255) = 65.28%
R=28.50%
G=6.22%
B=65.28%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal110242520.560.9000.01262.6397.4454.12
Hex6E18FC385A011076136
Octal15630374701320140714166
Binary110111011000111111001110001011010011000001111100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E18FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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