#6701D4

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

Shades of Electric Indigo #6701D4

Tints of Electric Indigo #6701D4

Color information

#6701D4 (or 0x6701D4) is unknown color: approx Electric Indigo. HEX triplet: 67, 01 and D4. RGB value is (103,1,212). Sum of RGB (Red+Green+Blue) = 103+1+212=316 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.59% from 316); Green value is 1 (0.78% from 255 or 0.32% from 316); Blue value is 212 (83.20% from 255 or 67.09% from 316); Max value from RGB is 212 - color contains mainly: blue. Hex color #6701D4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6701D4 is #98FE2B. Grayscale: #363636. Windows color (decimal): -10026540 or 13893991. OLE color: 13893991.

HSL color Cylindrical-coordinate representation of color #6701D4: hue angle of 269º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6701D4 is Cyan = 0.51, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB1031212-
CMYK0.511.0000.17
HSL269º99.06%41.76%-
HSV(B)269º99.53%83.14%-
XYZ17.497.6662.84-
YUV55.55216.29161.84-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 32.59%
GREEN value IS 1 (0.78% from 255) = 0.32%
BLUE value IS 212 (83.20% from 255) = 67.09%
R=32.59%
G=0.32%
B=67.09%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 1.00
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal10312120.511.0000.1726999.0641.76
Hex671D4336401110d632a
Octal14713246314402141514352
Binary110011111101010011001111001000100011000011011100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6701D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6701D4; }

 p { color: rgb(103,1,212); }

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

<style>
 a { background-color: #6701D4; }

 a { background-color: rgb(103,1,212); }

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

<style>
 span { border-color: #6701D4; }

 span { border-color: rgb(103,1,212); }

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