#6A0ADE

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

Shades of Electric Indigo #6A0ADE

Tints of Electric Indigo #6A0ADE

Color information

#6A0ADE (or 0x6A0ADE) is unknown color: approx Electric Indigo. HEX triplet: 6A, 0A and DE. RGB value is (106,10,222). Sum of RGB (Red+Green+Blue) = 106+10+222=338 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.36% from 338); Green value is 10 (4.30% from 255 or 2.96% from 338); Blue value is 222 (87.11% from 255 or 65.68% from 338); Max value from RGB is 222 - color contains mainly: blue. Hex color #6A0ADE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6A0ADE is #95F521. Grayscale: #3E3E3E. Windows color (decimal): -9827618 or 14551658. OLE color: 14551658.

HSL color Cylindrical-coordinate representation of color #6A0ADE: hue angle of 267.17º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6A0ADE is Cyan = 0.52, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB10610222-
CMYK0.520.9500.13
HSL267.17º91.38%45.49%-
HSV(B)267.17º95.5%87.06%-
XYZ19.248.5669.74-
YUV62.87217.8158.76-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 31.36%
GREEN value IS 10 (4.30% from 255) = 2.96%
BLUE value IS 222 (87.11% from 255) = 65.68%
R=31.36%
G=2.96%
B=65.68%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal106102220.520.9500.13267.1791.3845.49
Hex6AADE345F0D10b5b2d
Octal152123366413701541313355
Binary11010101010110111101101001011111011011000010111011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A0ADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,10,222); }

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

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

 a { background-color: rgb(106,10,222); }

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

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

 span { border-color: rgb(106,10,222); }

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