#6A06D7

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

Shades of Electric Indigo #6A06D7

Tints of Electric Indigo #6A06D7

Color information

#6A06D7 (or 0x6A06D7) is unknown color: approx Electric Indigo. HEX triplet: 6A, 06 and D7. RGB value is (106,6,215). Sum of RGB (Red+Green+Blue) = 106+6+215=327 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.42% from 327); Green value is 6 (2.73% from 255 or 1.83% from 327); Blue value is 215 (84.38% from 255 or 65.75% from 327); Max value from RGB is 215 - color contains mainly: blue. Hex color #6A06D7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6A06D7 is #95F928. Grayscale: #3A3A3A. Windows color (decimal): -9828649 or 14091882. OLE color: 14091882.

HSL color Cylindrical-coordinate representation of color #6A06D7: hue angle of 268.71º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6A06D7 is Cyan = 0.51, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB1066215-
CMYK0.510.9700.16
HSL268.71º94.57%43.33%-
HSV(B)268.71º97.21%84.31%-
XYZ18.278.164.89-
YUV59.73215.63161.01-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 32.42%
GREEN value IS 6 (2.73% from 255) = 1.83%
BLUE value IS 215 (84.38% from 255) = 65.75%
R=32.42%
G=1.83%
B=65.75%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal10662150.510.9700.16268.7194.5743.33
Hex6A6D7336101010d5f2b
Octal15263276314102041513753
Binary11010101101101011111001111000010100001000011011011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A06D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,6,215); }

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

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

 a { background-color: rgb(106,6,215); }

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

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

 span { border-color: rgb(106,6,215); }

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