#6A15E8

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

Shades of Electric Indigo #6A15E8

Tints of Electric Indigo #6A15E8

Color information

#6A15E8 (or 0x6A15E8) is unknown color: approx Electric Indigo. HEX triplet: 6A, 15 and E8. RGB value is (106,21,232). Sum of RGB (Red+Green+Blue) = 106+21+232=359 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.53% from 359); Green value is 21 (8.59% from 255 or 5.85% from 359); Blue value is 232 (91.02% from 255 or 64.62% from 359); Max value from RGB is 232 - color contains mainly: blue. Hex color #6A15E8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6A15E8 is #95EA17. Grayscale: #454545. Windows color (decimal): -9824792 or 15209834. OLE color: 15209834.

HSL color Cylindrical-coordinate representation of color #6A15E8: hue angle of 264.17º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6A15E8 is Cyan = 0.54, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB10621232-
CMYK0.540.9100.09
HSL264.17º83.4%49.61%-
HSV(B)264.17º90.95%90.98%-
XYZ20.789.4377.07-
YUV70.47219.16153.34-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 29.53%
GREEN value IS 21 (8.59% from 255) = 5.85%
BLUE value IS 232 (91.02% from 255) = 64.62%
R=29.53%
G=5.85%
B=64.62%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal106212320.540.9100.09264.1783.449.61
Hex6A15E8365B091085332
Octal152253506613301141012362
Binary110101010101111010001101101011011010011000010001010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A15E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,21,232); }

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

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

 a { background-color: rgb(106,21,232); }

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

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

 span { border-color: rgb(106,21,232); }

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