#6D10F1

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

Shades of Electric Indigo #6D10F1

Tints of Electric Indigo #6D10F1

Color information

#6D10F1 (or 0x6D10F1) is unknown color: approx Electric Indigo. HEX triplet: 6D, 10 and F1. RGB value is (109,16,241). Sum of RGB (Red+Green+Blue) = 109+16+241=366 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.78% from 366); Green value is 16 (6.64% from 255 or 4.37% from 366); Blue value is 241 (94.53% from 255 or 65.85% from 366); Max value from RGB is 241 - color contains mainly: blue. Hex color #6D10F1 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6D10F1 is #92EF0E. Grayscale: #444444. Windows color (decimal): -9629455 or 15798381. OLE color: 15798381.

HSL color Cylindrical-coordinate representation of color #6D10F1: hue angle of 264.8º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6D10F1 is Cyan = 0.55, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB10916241-
CMYK0.550.9300.05
HSL264.8º88.93%50.39%-
HSV(B)264.8º93.36%94.51%-
XYZ22.379.9783.97-
YUV69.46224.81156.2-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 29.78%
GREEN value IS 16 (6.64% from 255) = 4.37%
BLUE value IS 241 (94.53% from 255) = 65.85%
R=29.78%
G=4.37%
B=65.85%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal109162410.550.9300.05264.888.9350.39
Hex6D10F1375D051095932
Octal15520361671350541113162
Binary11011011000011110001110111101110101011000010011011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D10F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6D10F1; }

 p { color: rgb(109,16,241); }

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

<style>
 a { background-color: #6D10F1; }

 a { background-color: rgb(109,16,241); }

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

<style>
 span { border-color: #6D10F1; }

 span { border-color: rgb(109,16,241); }

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