#6614F7

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

Shades of Electric Indigo #6614F7

Tints of Electric Indigo #6614F7

Color information

#6614F7 (or 0x6614F7) is unknown color: approx Electric Indigo. HEX triplet: 66, 14 and F7. RGB value is (102,20,247). Sum of RGB (Red+Green+Blue) = 102+20+247=369 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.64% from 369); Green value is 20 (8.20% from 255 or 5.42% from 369); Blue value is 247 (96.88% from 255 or 66.94% from 369); Max value from RGB is 247 - color contains mainly: blue. Hex color #6614F7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6614F7 is #99EB08. Grayscale: #454545. Windows color (decimal): -10087177 or 16192614. OLE color: 16192614.

HSL color Cylindrical-coordinate representation of color #6614F7: hue angle of 261.67º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6614F7 is Cyan = 0.59, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB10220247-
CMYK0.590.9200.03
HSL261.67º93.42%52.35%-
HSV(B)261.67º91.9%96.86%-
XYZ22.5210.0488.75-
YUV70.4227.67150.54-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.64%
GREEN value IS 20 (8.20% from 255) = 5.42%
BLUE value IS 247 (96.88% from 255) = 66.94%
R=27.64%
G=5.42%
B=66.94%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal102202470.590.9200.03261.6793.4252.35
Hex6614F73B5C031065d34
Octal14624367731340340613564
Binary1100110101001111011111101110111000111000001101011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6614F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6614F7; }

 p { color: rgb(102,20,247); }

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

<style>
 a { background-color: #6614F7; }

 a { background-color: rgb(102,20,247); }

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

<style>
 span { border-color: #6614F7; }

 span { border-color: rgb(102,20,247); }

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