#6A03E6

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

Shades of Electric Indigo #6A03E6

Tints of Electric Indigo #6A03E6

Color information

#6A03E6 (or 0x6A03E6) is unknown color: approx Electric Indigo. HEX triplet: 6A, 03 and E6. RGB value is (106,3,230). Sum of RGB (Red+Green+Blue) = 106+3+230=339 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.27% from 339); Green value is 3 (1.56% from 255 or 0.88% from 339); Blue value is 230 (90.23% from 255 or 67.85% from 339); Max value from RGB is 230 - color contains mainly: blue. Hex color #6A03E6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6A03E6 is #95FC19. Grayscale: #3A3A3A. Windows color (decimal): -9829402 or 15074154. OLE color: 15074154.

HSL color Cylindrical-coordinate representation of color #6A03E6: hue angle of 267.22º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6A03E6 is Cyan = 0.54, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB1063230-
CMYK0.540.9900.10
HSL267.22º97.42%45.69%-
HSV(B)267.22º98.7%90.2%-
XYZ20.268.8475.5-
YUV59.68224.12161.04-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 31.27%
GREEN value IS 3 (1.56% from 255) = 0.88%
BLUE value IS 230 (90.23% from 255) = 67.85%
R=31.27%
G=0.88%
B=67.85%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal10632300.540.9900.10267.2297.4245.69
Hex6A3E636630A10b612e
Octal15233466614301241314156
Binary110101011111001101101101100011010101000010111100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A03E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,3,230); }

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

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

 a { background-color: rgb(106,3,230); }

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

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

 span { border-color: rgb(106,3,230); }

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