#6202EF

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

Shades of Electric Indigo #6202EF

Tints of Electric Indigo #6202EF

Color information

#6202EF (or 0x6202EF) is unknown color: approx Electric Indigo. HEX triplet: 62, 02 and EF. RGB value is (98,2,239). Sum of RGB (Red+Green+Blue) = 98+2+239=339 (44% of max value = 765). Red value is 98 (38.67% from 255 or 28.91% from 339); Green value is 2 (1.17% from 255 or 0.59% from 339); Blue value is 239 (93.75% from 255 or 70.50% from 339); Max value from RGB is 239 - color contains mainly: blue. Hex color #6202EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6202EF is #9DFD10. Grayscale: #383838. Windows color (decimal): -10353937 or 15663714. OLE color: 15663714.

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

Color convert

RGB982239-
CMYK0.590.9900.06
HSL264.3º98.34%47.25%-
HSV(B)264.3º99.16%93.73%-
XYZ20.648.8782.29-
YUV57.72230.3156.73-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.91%
GREEN value IS 2 (1.17% from 255) = 0.59%
BLUE value IS 239 (93.75% from 255) = 70.50%
R=28.91%
G=0.59%
B=70.50%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal9822390.590.9900.06264.398.3447.25
Hex622EF3B6306108622f
Octal1422357731430641014257
Binary11000101011101111111011110001101101000010001100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6202EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,2,239); }

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

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

 a { background-color: rgb(98,2,239); }

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

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

 span { border-color: rgb(98,2,239); }

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