#6108F8

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

Shades of Electric Indigo #6108F8

Tints of Electric Indigo #6108F8

Color information

#6108F8 (or 0x6108F8) is unknown color: approx Electric Indigo. HEX triplet: 61, 08 and F8. RGB value is (97,8,248). Sum of RGB (Red+Green+Blue) = 97+8+248=353 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.48% from 353); Green value is 8 (3.52% from 255 or 2.27% from 353); Blue value is 248 (97.27% from 255 or 70.25% from 353); Max value from RGB is 248 - color contains mainly: blue. Hex color #6108F8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6108F8 is #9EF707. Grayscale: #3D3D3D. Windows color (decimal): -10417928 or 16255073. OLE color: 16255073.

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

Color convert

RGB978248-
CMYK0.610.9700.03
HSL262.25º94.49%50.2%-
HSV(B)262.25º96.77%97.25%-
XYZ21.969.4989.48-
YUV61.97232.99152.99-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.48%
GREEN value IS 8 (3.52% from 255) = 2.27%
BLUE value IS 248 (97.27% from 255) = 70.25%
R=27.48%
G=2.27%
B=70.25%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal9782480.610.9700.03262.2594.4950.2
Hex618F83D61031065e32
Octal14110370751410340613662
Binary110000110001111100011110111000010111000001101011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6108F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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