#6A05EA

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

Shades of Electric Indigo #6A05EA

Tints of Electric Indigo #6A05EA

Color information

#6A05EA (or 0x6A05EA) is unknown color: approx Electric Indigo. HEX triplet: 6A, 05 and EA. RGB value is (106,5,234). Sum of RGB (Red+Green+Blue) = 106+5+234=345 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.72% from 345); Green value is 5 (2.34% from 255 or 1.45% from 345); Blue value is 234 (91.80% from 255 or 67.83% from 345); Max value from RGB is 234 - color contains mainly: blue. Hex color #6A05EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6A05EA is #95FA15. Grayscale: #3C3C3C. Windows color (decimal): -9828886 or 15336810. OLE color: 15336810.

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

Color convert

RGB1065234-
CMYK0.550.9800.08
HSL266.46º95.82%46.86%-
HSV(B)266.46º97.86%91.76%-
XYZ20.859.1178.5-
YUV61.3225.46159.88-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 30.72%
GREEN value IS 5 (2.34% from 255) = 1.45%
BLUE value IS 234 (91.80% from 255) = 67.83%
R=30.72%
G=1.45%
B=67.83%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal10652340.550.9800.08266.4695.8246.86
Hex6A5EA37620810a602f
Octal15253526714201041214057
Binary1101010101111010101101111100010010001000010101100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A05EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,5,234); }

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

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

 a { background-color: rgb(106,5,234); }

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

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

 span { border-color: rgb(106,5,234); }

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