#6D01E4

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

Shades of Electric Indigo #6D01E4

Tints of Electric Indigo #6D01E4

Color information

#6D01E4 (or 0x6D01E4) is unknown color: approx Electric Indigo. HEX triplet: 6D, 01 and E4. RGB value is (109,1,228). Sum of RGB (Red+Green+Blue) = 109+1+228=338 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.25% from 338); Green value is 1 (0.78% from 255 or 0.30% from 338); Blue value is 228 (89.45% from 255 or 67.46% from 338); Max value from RGB is 228 - color contains mainly: blue. Hex color #6D01E4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6D01E4 is #92FE1B. Grayscale: #3A3A3A. Windows color (decimal): -9633308 or 14942573. OLE color: 14942573.

HSL color Cylindrical-coordinate representation of color #6D01E4: hue angle of 268.55º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6D01E4 is Cyan = 0.52, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB1091228-
CMYK0.521.0000.11
HSL268.55º99.13%44.9%-
HSV(B)268.55º99.56%89.41%-
XYZ20.328.8774.04-
YUV59.17223.28163.54-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 32.25%
GREEN value IS 1 (0.78% from 255) = 0.30%
BLUE value IS 228 (89.45% from 255) = 67.46%
R=32.25%
G=0.30%
B=67.46%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 1.00
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal10912280.521.0000.11268.5599.1344.9
Hex6D1E434640B10d632d
Octal15513446414401341514355
Binary11011011111001001101001100100010111000011011100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D01E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,1,228); }

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

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

 a { background-color: rgb(109,1,228); }

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

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

 span { border-color: rgb(109,1,228); }

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