#6811F6

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

Shades of Electric Indigo #6811F6

Tints of Electric Indigo #6811F6

Color information

#6811F6 (or 0x6811F6) is unknown color: approx Electric Indigo. HEX triplet: 68, 11 and F6. RGB value is (104,17,246). Sum of RGB (Red+Green+Blue) = 104+17+246=367 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.34% from 367); Green value is 17 (7.03% from 255 or 4.63% from 367); Blue value is 246 (96.48% from 255 or 67.03% from 367); Max value from RGB is 246 - color contains mainly: blue. Hex color #6811F6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6811F6 is #97EE09. Grayscale: #444444. Windows color (decimal): -9956874 or 16126312. OLE color: 16126312.

HSL color Cylindrical-coordinate representation of color #6811F6: hue angle of 262.79º 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 #6811F6 is Cyan = 0.58, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB10417246-
CMYK0.580.9300.04
HSL262.79º92.71%51.57%-
HSV(B)262.79º93.09%96.47%-
XYZ22.541087.93-
YUV69.12227.82152.88-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.34%
GREEN value IS 17 (7.03% from 255) = 4.63%
BLUE value IS 246 (96.48% from 255) = 67.03%
R=28.34%
G=4.63%
B=67.03%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal104172460.580.9300.04262.7992.7151.57
Hex6811F63A5D041075d34
Octal15021366721350440713564
Binary11010001000111110110111010101110101001000001111011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6811F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6811F6; }

 p { color: rgb(104,17,246); }

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

<style>
 a { background-color: #6811F6; }

 a { background-color: rgb(104,17,246); }

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

<style>
 span { border-color: #6811F6; }

 span { border-color: rgb(104,17,246); }

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