#6102EA

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

Shades of Electric Indigo #6102EA

Tints of Electric Indigo #6102EA

Color information

#6102EA (or 0x6102EA) is unknown color: approx Electric Indigo. HEX triplet: 61, 02 and EA. RGB value is (97,2,234). Sum of RGB (Red+Green+Blue) = 97+2+234=333 (44% of max value = 765). Red value is 97 (38.28% from 255 or 29.13% from 333); Green value is 2 (1.17% from 255 or 0.60% from 333); Blue value is 234 (91.80% from 255 or 70.27% from 333); Max value from RGB is 234 - color contains mainly: blue. Hex color #6102EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6102EA is #9EFD15. Grayscale: #383838. Windows color (decimal): -10419478 or 15336033. OLE color: 15336033.

HSL color Cylindrical-coordinate representation of color #6102EA: hue angle of 264.57º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6102EA is Cyan = 0.59, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB972234-
CMYK0.590.9900.08
HSL264.57º98.31%46.27%-
HSV(B)264.57º99.15%91.76%-
XYZ19.88.5378.44-
YUV56.85227.97156.64-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.13%
GREEN value IS 2 (1.17% from 255) = 0.60%
BLUE value IS 234 (91.80% from 255) = 70.27%
R=29.13%
G=0.60%
B=70.27%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal9722340.590.9900.08264.5798.3146.27
Hex612EA3B6308109622e
Octal14123527314301041114256
Binary110000110111010101110111100011010001000010011100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6102EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6102EA; }

 p { color: rgb(97,2,234); }

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

<style>
 a { background-color: #6102EA; }

 a { background-color: rgb(97,2,234); }

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

<style>
 span { border-color: #6102EA; }

 span { border-color: rgb(97,2,234); }

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