#6813EC

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

Shades of Electric Indigo #6813EC

Tints of Electric Indigo #6813EC

Color information

#6813EC (or 0x6813EC) is unknown color: approx Electric Indigo. HEX triplet: 68, 13 and EC. RGB value is (104,19,236). Sum of RGB (Red+Green+Blue) = 104+19+236=359 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.97% from 359); Green value is 19 (7.81% from 255 or 5.29% from 359); Blue value is 236 (92.58% from 255 or 65.74% from 359); Max value from RGB is 236 - color contains mainly: blue. Hex color #6813EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6813EC is #97EC13. Grayscale: #444444. Windows color (decimal): -9956372 or 15471464. OLE color: 15471464.

HSL color Cylindrical-coordinate representation of color #6813EC: hue angle of 263.5º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6813EC is Cyan = 0.56, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB10419236-
CMYK0.560.9200.07
HSL263.5º85.1%50%-
HSV(B)263.5º91.95%92.55%-
XYZ21.089.4680.07-
YUV69.15222.16152.86-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.97%
GREEN value IS 19 (7.81% from 255) = 5.29%
BLUE value IS 236 (92.58% from 255) = 65.74%
R=28.97%
G=5.29%
B=65.74%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal104192360.560.9200.07263.585.150
Hex6813EC385C071085532
Octal15023354701340741012562
Binary11010001001111101100111000101110001111000010001010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6813EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6813EC; }

 p { color: rgb(104,19,236); }

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

<style>
 a { background-color: #6813EC; }

 a { background-color: rgb(104,19,236); }

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

<style>
 span { border-color: #6813EC; }

 span { border-color: rgb(104,19,236); }

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