#6915F4

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

Shades of Electric Indigo #6915F4

Tints of Electric Indigo #6915F4

Color information

#6915F4 (or 0x6915F4) is unknown color: approx Electric Indigo. HEX triplet: 69, 15 and F4. RGB value is (105,21,244). Sum of RGB (Red+Green+Blue) = 105+21+244=370 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.38% from 370); Green value is 21 (8.59% from 255 or 5.68% from 370); Blue value is 244 (95.70% from 255 or 65.95% from 370); Max value from RGB is 244 - color contains mainly: blue. Hex color #6915F4 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6915F4 is #96EA0B. Grayscale: #464646. Windows color (decimal): -9890316 or 15996265. OLE color: 15996265.

HSL color Cylindrical-coordinate representation of color #6915F4: hue angle of 262.6º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6915F4 is Cyan = 0.57, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB10521244-
CMYK0.570.9100.04
HSL262.6º91.02%51.96%-
HSV(B)262.6º91.39%95.69%-
XYZ22.4210.0786.35-
YUV71.54225.33151.87-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.38%
GREEN value IS 21 (8.59% from 255) = 5.68%
BLUE value IS 244 (95.70% from 255) = 65.95%
R=28.38%
G=5.68%
B=65.95%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal105212440.570.9100.04262.691.0251.96
Hex6915F4395B041075b34
Octal15125364711330440713364
Binary11010011010111110100111001101101101001000001111011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6915F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6915F4; }

 p { color: rgb(105,21,244); }

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

<style>
 a { background-color: #6915F4; }

 a { background-color: rgb(105,21,244); }

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

<style>
 span { border-color: #6915F4; }

 span { border-color: rgb(105,21,244); }

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