#6108F6

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

Shades of Electric Indigo #6108F6

Tints of Electric Indigo #6108F6

Color information

#6108F6 (or 0x6108F6) is unknown color: approx Electric Indigo. HEX triplet: 61, 08 and F6. RGB value is (97,8,246). Sum of RGB (Red+Green+Blue) = 97+8+246=351 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.64% from 351); Green value is 8 (3.52% from 255 or 2.28% from 351); Blue value is 246 (96.48% from 255 or 70.09% from 351); Max value from RGB is 246 - color contains mainly: blue. Hex color #6108F6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6108F6 is #9EF709. Grayscale: #3C3C3C. Windows color (decimal): -10417930 or 16124001. OLE color: 16124001.

HSL color Cylindrical-coordinate representation of color #6108F6: hue angle of 262.44º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6108F6 is Cyan = 0.61, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB978246-
CMYK0.610.9700.04
HSL262.44º93.7%49.8%-
HSV(B)262.44º96.75%96.47%-
XYZ21.659.3787.86-
YUV61.74231.99153.15-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.64%
GREEN value IS 8 (3.52% from 255) = 2.28%
BLUE value IS 246 (96.48% from 255) = 70.09%
R=27.64%
G=2.28%
B=70.09%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal9782460.610.9700.04262.4493.749.8
Hex618F63D61041065e32
Octal14110366751410440613662
Binary1100001100011110110111101110000101001000001101011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6108F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6108F6; }

 p { color: rgb(97,8,246); }

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

<style>
 a { background-color: #6108F6; }

 a { background-color: rgb(97,8,246); }

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

<style>
 span { border-color: #6108F6; }

 span { border-color: rgb(97,8,246); }

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