#6D10EB

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

Shades of Electric Indigo #6D10EB

Tints of Electric Indigo #6D10EB

Color information

#6D10EB (or 0x6D10EB) is unknown color: approx Electric Indigo. HEX triplet: 6D, 10 and EB. RGB value is (109,16,235). Sum of RGB (Red+Green+Blue) = 109+16+235=360 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.28% from 360); Green value is 16 (6.64% from 255 or 4.44% from 360); Blue value is 235 (92.19% from 255 or 65.28% from 360); Max value from RGB is 235 - color contains mainly: blue. Hex color #6D10EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6D10EB is #92EF14. Grayscale: #434343. Windows color (decimal): -9629461 or 15405165. OLE color: 15405165.

HSL color Cylindrical-coordinate representation of color #6D10EB: hue angle of 265.48º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6D10EB is Cyan = 0.54, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB10916235-
CMYK0.540.9300.08
HSL265.48º87.25%49.22%-
HSV(B)265.48º93.19%92.16%-
XYZ21.499.6279.32-
YUV68.77221.81156.69-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 30.28%
GREEN value IS 16 (6.64% from 255) = 4.44%
BLUE value IS 235 (92.19% from 255) = 65.28%
R=30.28%
G=4.44%
B=65.28%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal109162350.540.9300.08265.4887.2549.22
Hex6D10EB365D081095731
Octal155203536613501041112761
Binary110110110000111010111101101011101010001000010011010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D10EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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