#6A11FE

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

Shades of Electric Indigo #6A11FE

Tints of Electric Indigo #6A11FE

Color information

#6A11FE (or 0x6A11FE) is unknown color: approx Electric Indigo. HEX triplet: 6A, 11 and FE. RGB value is (106,17,254). Sum of RGB (Red+Green+Blue) = 106+17+254=377 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.12% from 377); Green value is 17 (7.03% from 255 or 4.51% from 377); Blue value is 254 (99.61% from 255 or 67.37% from 377); Max value from RGB is 254 - color contains mainly: blue. Hex color #6A11FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6A11FE is #95EE01. Grayscale: #454545. Windows color (decimal): -9825794 or 16650602. OLE color: 16650602.

HSL color Cylindrical-coordinate representation of color #6A11FE: hue angle of 262.53º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6A11FE is Cyan = 0.58, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB10617254-
CMYK0.580.9300.00
HSL262.53º99.16%53.14%-
HSV(B)262.53º93.31%99.61%-
XYZ24.0310.6294.55-
YUV70.63231.49153.23-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 28.12%
GREEN value IS 17 (7.03% from 255) = 4.51%
BLUE value IS 254 (99.61% from 255) = 67.37%
R=28.12%
G=4.51%
B=67.37%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal106172540.580.9300.00262.5399.1653.14
Hex6A11FE3A5D001076335
Octal15221376721350040714365
Binary110101010001111111101110101011101001000001111100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A11FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,17,254); }

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

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

 a { background-color: rgb(106,17,254); }

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

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

 span { border-color: rgb(106,17,254); }

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