#6204E1

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

Shades of Electric Indigo #6204E1

Tints of Electric Indigo #6204E1

Color information

#6204E1 (or 0x6204E1) is unknown color: approx Electric Indigo. HEX triplet: 62, 04 and E1. RGB value is (98,4,225). Sum of RGB (Red+Green+Blue) = 98+4+225=327 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.97% from 327); Green value is 4 (1.95% from 255 or 1.22% from 327); Blue value is 225 (88.28% from 255 or 68.81% from 327); Max value from RGB is 225 - color contains mainly: blue. Hex color #6204E1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6204E1 is #9DFB1E. Grayscale: #383838. Windows color (decimal): -10353439 or 14746722. OLE color: 14746722.

HSL color Cylindrical-coordinate representation of color #6204E1: hue angle of 265.52º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6204E1 is Cyan = 0.56, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB984225-
CMYK0.560.9800.12
HSL265.52º96.51%44.9%-
HSV(B)265.52º98.22%88.24%-
XYZ18.678.1271.82-
YUV57.3222.64157.03-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.97%
GREEN value IS 4 (1.95% from 255) = 1.22%
BLUE value IS 225 (88.28% from 255) = 68.81%
R=29.97%
G=1.22%
B=68.81%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal9842250.560.9800.12265.5296.5144.9
Hex624E138620C10a612d
Octal14243417014201441214155
Binary1100010100111000011110001100010011001000010101100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6204E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6204E1; }

 p { color: rgb(98,4,225); }

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

<style>
 a { background-color: #6204E1; }

 a { background-color: rgb(98,4,225); }

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

<style>
 span { border-color: #6204E1; }

 span { border-color: rgb(98,4,225); }

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