#6D11DC

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

Shades of Electric Indigo #6D11DC

Tints of Electric Indigo #6D11DC

Color information

#6D11DC (or 0x6D11DC) is unknown color: approx Electric Indigo. HEX triplet: 6D, 11 and DC. RGB value is (109,17,220). Sum of RGB (Red+Green+Blue) = 109+17+220=346 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.50% from 346); Green value is 17 (7.03% from 255 or 4.91% from 346); Blue value is 220 (86.33% from 255 or 63.58% from 346); Max value from RGB is 220 - color contains mainly: blue. Hex color #6D11DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6D11DC is #92EE23. Grayscale: #424242. Windows color (decimal): -9629220 or 14422381. OLE color: 14422381.

HSL color Cylindrical-coordinate representation of color #6D11DC: hue angle of 267.19º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6D11DC is Cyan = 0.50, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB10917220-
CMYK0.500.9200.14
HSL267.19º85.65%46.47%-
HSV(B)267.19º92.27%86.27%-
XYZ19.438.8268.39-
YUV67.65213.98157.49-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 31.50%
GREEN value IS 17 (7.03% from 255) = 4.91%
BLUE value IS 220 (86.33% from 255) = 63.58%
R=31.50%
G=4.91%
B=63.58%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal109172200.500.9200.14267.1985.6546.47
Hex6D11DC325C0E10b562e
Octal155213346213401641312656
Binary110110110001110111001100101011100011101000010111010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D11DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,17,220); }

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

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

 a { background-color: rgb(109,17,220); }

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

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

 span { border-color: rgb(109,17,220); }

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