#6202F7

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

Shades of Electric Indigo #6202F7

Tints of Electric Indigo #6202F7

Color information

#6202F7 (or 0x6202F7) is unknown color: approx Electric Indigo. HEX triplet: 62, 02 and F7. RGB value is (98,2,247). Sum of RGB (Red+Green+Blue) = 98+2+247=347 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.24% from 347); Green value is 2 (1.17% from 255 or 0.58% from 347); Blue value is 247 (96.88% from 255 or 71.18% from 347); Max value from RGB is 247 - color contains mainly: blue. Hex color #6202F7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6202F7 is #9DFD08. Grayscale: #393939. Windows color (decimal): -10353929 or 16188002. OLE color: 16188002.

HSL color Cylindrical-coordinate representation of color #6202F7: hue angle of 263.51º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6202F7 is Cyan = 0.60, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB982247-
CMYK0.600.9900.03
HSL263.51º98.39%48.82%-
HSV(B)263.51º99.19%96.86%-
XYZ21.859.3688.65-
YUV58.63234.3156.08-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.24%
GREEN value IS 2 (1.17% from 255) = 0.58%
BLUE value IS 247 (96.88% from 255) = 71.18%
R=28.24%
G=0.58%
B=71.18%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal9822470.600.9900.03263.5198.3948.82
Hex622F73C63031086231
Octal1422367741430341014261
Binary1100010101111011111110011000110111000010001100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6202F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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