#6D17F2

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

Shades of Electric Indigo #6D17F2

Tints of Electric Indigo #6D17F2

Color information

#6D17F2 (or 0x6D17F2) is unknown color: approx Electric Indigo. HEX triplet: 6D, 17 and F2. RGB value is (109,23,242). Sum of RGB (Red+Green+Blue) = 109+23+242=374 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.14% from 374); Green value is 23 (9.38% from 255 or 6.15% from 374); Blue value is 242 (94.92% from 255 or 64.71% from 374); Max value from RGB is 242 - color contains mainly: blue. Hex color #6D17F2 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6D17F2 is #92E80D. Grayscale: #484848. Windows color (decimal): -9627662 or 15865709. OLE color: 15865709.

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

Color convert

RGB10923242-
CMYK0.550.9000.05
HSL263.56º89.39%51.96%-
HSV(B)263.56º90.5%94.9%-
XYZ22.6410.2784.79-
YUV73.68222.99153.19-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 29.14%
GREEN value IS 23 (9.38% from 255) = 6.15%
BLUE value IS 242 (94.92% from 255) = 64.71%
R=29.14%
G=6.15%
B=64.71%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal109232420.550.9000.05263.5689.3951.96
Hex6D17F2375A051085934
Octal15527362671320541013164
Binary11011011011111110010110111101101001011000010001011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D17F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,23,242); }

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

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

 a { background-color: rgb(109,23,242); }

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

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

 span { border-color: rgb(109,23,242); }

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