#6802FE

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

Shades of Electric Indigo #6802FE

Tints of Electric Indigo #6802FE

Color information

#6802FE (or 0x6802FE) is unknown color: approx Electric Indigo. HEX triplet: 68, 02 and FE. RGB value is (104,2,254). Sum of RGB (Red+Green+Blue) = 104+2+254=360 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.89% from 360); Green value is 2 (1.17% from 255 or 0.56% from 360); Blue value is 254 (99.61% from 255 or 70.56% from 360); Max value from RGB is 254 - color contains mainly: blue. Hex color #6802FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6802FE is #97FD01. Grayscale: #3C3C3C. Windows color (decimal): -9960706 or 16646760. OLE color: 16646760.

HSL color Cylindrical-coordinate representation of color #6802FE: hue angle of 264.29º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6802FE is Cyan = 0.59, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB1042254-
CMYK0.590.9900.00
HSL264.29º99.21%50.2%-
HSV(B)264.29º99.21%99.61%-
XYZ23.6210.1494.48-
YUV61.23236.79158.51-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.89%
GREEN value IS 2 (1.17% from 255) = 0.56%
BLUE value IS 254 (99.61% from 255) = 70.56%
R=28.89%
G=0.56%
B=70.56%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal10422540.590.9900.00264.2999.2150.2
Hex682FE3B63001086332
Octal1502376731430041014362
Binary110100010111111101110111100011001000010001100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6802FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6802FE; }

 p { color: rgb(104,2,254); }

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

<style>
 a { background-color: #6802FE; }

 a { background-color: rgb(104,2,254); }

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

<style>
 span { border-color: #6802FE; }

 span { border-color: rgb(104,2,254); }

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