#6D12F6

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

Shades of Electric Indigo #6D12F6

Tints of Electric Indigo #6D12F6

Color information

#6D12F6 (or 0x6D12F6) is unknown color: approx Electric Indigo. HEX triplet: 6D, 12 and F6. RGB value is (109,18,246). Sum of RGB (Red+Green+Blue) = 109+18+246=373 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.22% from 373); Green value is 18 (7.42% from 255 or 4.83% from 373); Blue value is 246 (96.48% from 255 or 65.95% from 373); Max value from RGB is 246 - color contains mainly: blue. Hex color #6D12F6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6D12F6 is #92ED09. Grayscale: #464646. Windows color (decimal): -9628938 or 16126573. OLE color: 16126573.

HSL color Cylindrical-coordinate representation of color #6D12F6: hue angle of 263.95º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6D12F6 is Cyan = 0.56, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB10918246-
CMYK0.560.9300.04
HSL263.95º92.68%51.76%-
HSV(B)263.95º92.68%96.47%-
XYZ23.1610.3487.96-
YUV71.2226.65154.96-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 29.22%
GREEN value IS 18 (7.42% from 255) = 4.83%
BLUE value IS 246 (96.48% from 255) = 65.95%
R=29.22%
G=4.83%
B=65.95%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal109182460.560.9300.04263.9592.6851.76
Hex6D12F6385D041085d34
Octal15522366701350441013564
Binary11011011001011110110111000101110101001000010001011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D12F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,18,246); }

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

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

 a { background-color: rgb(109,18,246); }

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

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

 span { border-color: rgb(109,18,246); }

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