#6A01F6

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

Shades of Electric Indigo #6A01F6

Tints of Electric Indigo #6A01F6

Color information

#6A01F6 (or 0x6A01F6) is unknown color: approx Electric Indigo. HEX triplet: 6A, 01 and F6. RGB value is (106,1,246). Sum of RGB (Red+Green+Blue) = 106+1+246=353 (46% of max value = 765). Red value is 106 (41.80% from 255 or 30.03% from 353); Green value is 1 (0.78% from 255 or 0.28% from 353); Blue value is 246 (96.48% from 255 or 69.69% from 353); Max value from RGB is 246 - color contains mainly: blue. Hex color #6A01F6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6A01F6 is #95FE09. Grayscale: #3B3B3B. Windows color (decimal): -9829898 or 16122218. OLE color: 16122218.

HSL color Cylindrical-coordinate representation of color #6A01F6: hue angle of 265.71º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6A01F6 is Cyan = 0.57, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB1061246-
CMYK0.571.0000.04
HSL265.71º99.19%48.43%-
HSV(B)265.71º99.59%96.47%-
XYZ22.599.7487.88-
YUV60.32232.79160.58-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 30.03%
GREEN value IS 1 (0.78% from 255) = 0.28%
BLUE value IS 246 (96.48% from 255) = 69.69%
R=30.03%
G=0.28%
B=69.69%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 1.00
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal10612460.571.0000.04265.7199.1948.43
Hex6A1F639640410a6330
Octal1521366711440441214360
Binary1101010111110110111001110010001001000010101100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A01F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,1,246); }

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

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

 a { background-color: rgb(106,1,246); }

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

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

 span { border-color: rgb(106,1,246); }

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