#6800F5

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

Shades of Electric Indigo #6800F5

Tints of Electric Indigo #6800F5

Color information

#6800F5 (or 0x6800F5) is unknown color: approx Electric Indigo. HEX triplet: 68, 00 and F5. RGB value is (104,0,245). Sum of RGB (Red+Green+Blue) = 104+0+245=349 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.80% from 349); Green value is 0 (0.39% from 255 or 0% from 349); Blue value is 245 (96.09% from 255 or 70.20% from 349); Max value from RGB is 245 - color contains mainly: blue. Hex color #6800F5 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6800F5 is #97FF0A. Grayscale: #3A3A3A. Windows color (decimal): -9961227 or 16056424. OLE color: 16056424.

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

Color convert

RGB1040245-
CMYK0.58100.04
HSL265.47º100%48.04%-
HSV(B)265.47º100%96.08%-
XYZ22.199.5487.06-
YUV59.03232.96160.08-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.80%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 245 (96.09% from 255) = 70.20%
R=29.80%
G=0%
B=70.20%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal10402450.58100.04265.4710048.04
Hex680F53A64041096430
Octal1500365721440441114460
Binary1101000011110101111010110010001001000010011100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6800F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6800F5; }

 p { color: rgb(104,0,245); }

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

<style>
 a { background-color: #6800F5; }

 a { background-color: rgb(104,0,245); }

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

<style>
 span { border-color: #6800F5; }

 span { border-color: rgb(104,0,245); }

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