#6D18F6

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

Shades of Electric Indigo #6D18F6

Tints of Electric Indigo #6D18F6

Color information

#6D18F6 (or 0x6D18F6) is unknown color: approx Electric Indigo. HEX triplet: 6D, 18 and F6. RGB value is (109,24,246). Sum of RGB (Red+Green+Blue) = 109+24+246=379 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.76% from 379); Green value is 24 (9.77% from 255 or 6.33% from 379); Blue value is 246 (96.48% from 255 or 64.91% from 379); Max value from RGB is 246 - color contains mainly: blue. Hex color #6D18F6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6D18F6 is #92E709. Grayscale: #494949. Windows color (decimal): -9627402 or 16128109. OLE color: 16128109.

HSL color Cylindrical-coordinate representation of color #6D18F6: hue angle of 262.97º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6D18F6 is Cyan = 0.56, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB10924246-
CMYK0.560.9000.04
HSL262.97º92.5%52.94%-
HSV(B)262.97º90.24%96.47%-
XYZ23.2710.5688-
YUV74.72224.66152.45-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 28.76%
GREEN value IS 24 (9.77% from 255) = 6.33%
BLUE value IS 246 (96.48% from 255) = 64.91%
R=28.76%
G=6.33%
B=64.91%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal109242460.560.9000.04262.9792.552.94
Hex6D18F6385A041075c35
Octal15530366701320440713465
Binary11011011100011110110111000101101001001000001111011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D18F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,24,246); }

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

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

 a { background-color: rgb(109,24,246); }

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

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

 span { border-color: rgb(109,24,246); }

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