#6205FA

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

Shades of Electric Indigo #6205FA

Tints of Electric Indigo #6205FA

Color information

#6205FA (or 0x6205FA) is unknown color: approx Electric Indigo. HEX triplet: 62, 05 and FA. RGB value is (98,5,250). Sum of RGB (Red+Green+Blue) = 98+5+250=353 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.76% from 353); Green value is 5 (2.34% from 255 or 1.42% from 353); Blue value is 250 (98.05% from 255 or 70.82% from 353); Max value from RGB is 250 - color contains mainly: blue. Hex color #6205FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6205FA is #9DFA05. Grayscale: #3B3B3B. Windows color (decimal): -10353158 or 16385378. OLE color: 16385378.

HSL color Cylindrical-coordinate representation of color #6205FA: hue angle of 262.78º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6205FA is Cyan = 0.61, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB985250-
CMYK0.610.9800.02
HSL262.78º96.08%50%-
HSV(B)262.78º98%98.04%-
XYZ22.359.6191.12-
YUV60.74234.81154.58-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.76%
GREEN value IS 5 (2.34% from 255) = 1.42%
BLUE value IS 250 (98.05% from 255) = 70.82%
R=27.76%
G=1.42%
B=70.82%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal9852500.610.9800.02262.7896.0850
Hex625FA3D62021076032
Octal1425372751420240714062
Binary11000101011111101011110111000100101000001111100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6205FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6205FA; }

 p { color: rgb(98,5,250); }

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

<style>
 a { background-color: #6205FA; }

 a { background-color: rgb(98,5,250); }

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

<style>
 span { border-color: #6205FA; }

 span { border-color: rgb(98,5,250); }

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