#6913E7

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

Shades of Electric Indigo #6913E7

Tints of Electric Indigo #6913E7

Color information

#6913E7 (or 0x6913E7) is unknown color: approx Electric Indigo. HEX triplet: 69, 13 and E7. RGB value is (105,19,231). Sum of RGB (Red+Green+Blue) = 105+19+231=355 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.58% from 355); Green value is 19 (7.81% from 255 or 5.35% from 355); Blue value is 231 (90.62% from 255 or 65.07% from 355); Max value from RGB is 231 - color contains mainly: blue. Hex color #6913E7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6913E7 is #96EC18. Grayscale: #444444. Windows color (decimal): -9890841 or 15143785. OLE color: 15143785.

HSL color Cylindrical-coordinate representation of color #6913E7: hue angle of 264.34º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6913E7 is Cyan = 0.55, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB10519231-
CMYK0.550.9200.09
HSL264.34º84.8%49.02%-
HSV(B)264.34º91.77%90.59%-
XYZ20.489.2476.3-
YUV68.88219.49153.76-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.58%
GREEN value IS 19 (7.81% from 255) = 5.35%
BLUE value IS 231 (90.62% from 255) = 65.07%
R=29.58%
G=5.35%
B=65.07%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal105192310.550.9200.09264.3484.849.02
Hex6913E7375C091085531
Octal151233476713401141012561
Binary110100110011111001111101111011100010011000010001010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6913E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6913E7; }

 p { color: rgb(105,19,231); }

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

<style>
 a { background-color: #6913E7; }

 a { background-color: rgb(105,19,231); }

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

<style>
 span { border-color: #6913E7; }

 span { border-color: rgb(105,19,231); }

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