#6801EF

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

Shades of Electric Indigo #6801EF

Tints of Electric Indigo #6801EF

Color information

#6801EF (or 0x6801EF) is unknown color: approx Electric Indigo. HEX triplet: 68, 01 and EF. RGB value is (104,1,239). Sum of RGB (Red+Green+Blue) = 104+1+239=344 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.23% from 344); Green value is 1 (0.78% from 255 or 0.29% from 344); Blue value is 239 (93.75% from 255 or 69.48% from 344); Max value from RGB is 239 - color contains mainly: blue. Hex color #6801EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6801EF is #97FE10. Grayscale: #3A3A3A. Windows color (decimal): -9960977 or 15663464. OLE color: 15663464.

HSL color Cylindrical-coordinate representation of color #6801EF: hue angle of 265.97º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6801EF is Cyan = 0.56, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB1041239-
CMYK0.561.0000.06
HSL265.97º99.17%47.06%-
HSV(B)265.97º99.58%93.73%-
XYZ21.39.282.31-
YUV58.93229.62160.15-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.23%
GREEN value IS 1 (0.78% from 255) = 0.29%
BLUE value IS 239 (93.75% from 255) = 69.48%
R=30.23%
G=0.29%
B=69.48%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 1.00
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal10412390.561.0000.06265.9799.1747.06
Hex681EF38640610a632f
Octal1501357701440641214357
Binary1101000111101111111000110010001101000010101100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6801EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6801EF; }

 p { color: rgb(104,1,239); }

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

<style>
 a { background-color: #6801EF; }

 a { background-color: rgb(104,1,239); }

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

<style>
 span { border-color: #6801EF; }

 span { border-color: rgb(104,1,239); }

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