#6E12FC

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

Shades of Electric Indigo #6E12FC

Tints of Electric Indigo #6E12FC

Color information

#6E12FC (or 0x6E12FC) is unknown color: approx Electric Indigo. HEX triplet: 6E, 12 and FC. RGB value is (110,18,252). Sum of RGB (Red+Green+Blue) = 110+18+252=380 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.95% from 380); Green value is 18 (7.42% from 255 or 4.74% from 380); Blue value is 252 (98.83% from 255 or 66.32% from 380); Max value from RGB is 252 - color contains mainly: blue. Hex color #6E12FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6E12FC is #91ED03. Grayscale: #474747. Windows color (decimal): -9563396 or 16519790. OLE color: 16519790.

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

Color convert

RGB11018252-
CMYK0.560.9300.01
HSL263.59º97.5%52.94%-
HSV(B)263.59º92.86%98.82%-
XYZ24.2210.7892.9-
YUV72.18229.48154.97-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 28.95%
GREEN value IS 18 (7.42% from 255) = 4.74%
BLUE value IS 252 (98.83% from 255) = 66.32%
R=28.95%
G=4.74%
B=66.32%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal110182520.560.9300.01263.5997.552.94
Hex6E12FC385D011086235
Octal15622374701350141014265
Binary110111010010111111001110001011101011000010001100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E12FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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