#6D0AF1

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

Shades of Electric Indigo #6D0AF1

Tints of Electric Indigo #6D0AF1

Color information

#6D0AF1 (or 0x6D0AF1) is unknown color: approx Electric Indigo. HEX triplet: 6D, 0A and F1. RGB value is (109,10,241). Sum of RGB (Red+Green+Blue) = 109+10+241=360 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.28% from 360); Green value is 10 (4.30% from 255 or 2.78% from 360); Blue value is 241 (94.53% from 255 or 66.94% from 360); Max value from RGB is 241 - color contains mainly: blue. Hex color #6D0AF1 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6D0AF1 is #92F50E. Grayscale: #414141. Windows color (decimal): -9630991 or 15796845. OLE color: 15796845.

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

Color convert

RGB10910241-
CMYK0.550.9600.05
HSL265.71º92.03%49.22%-
HSV(B)265.71º95.85%94.51%-
XYZ22.299.8283.94-
YUV65.94226.8158.72-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 30.28%
GREEN value IS 10 (4.30% from 255) = 2.78%
BLUE value IS 241 (94.53% from 255) = 66.94%
R=30.28%
G=2.78%
B=66.94%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal109102410.550.9600.05265.7192.0349.22
Hex6DAF137600510a5c31
Octal15512361671400541213461
Binary1101101101011110001110111110000001011000010101011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D0AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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