#6713FC

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

Shades of Electric Indigo #6713FC

Tints of Electric Indigo #6713FC

Color information

#6713FC (or 0x6713FC) is unknown color: approx Electric Indigo. HEX triplet: 67, 13 and FC. RGB value is (103,19,252). Sum of RGB (Red+Green+Blue) = 103+19+252=374 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.54% from 374); Green value is 19 (7.81% from 255 or 5.08% from 374); Blue value is 252 (98.83% from 255 or 67.38% from 374); Max value from RGB is 252 - color contains mainly: blue. Hex color #6713FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6713FC is #98EC03. Grayscale: #454545. Windows color (decimal): -10021892 or 16520039. OLE color: 16520039.

HSL color Cylindrical-coordinate representation of color #6713FC: hue angle of 261.63º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6713FC is Cyan = 0.59, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB10319252-
CMYK0.590.9200.01
HSL261.63º97.49%53.14%-
HSV(B)261.63º92.46%98.82%-
XYZ23.410.3892.87-
YUV70.68230.33151.05-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 27.54%
GREEN value IS 19 (7.81% from 255) = 5.08%
BLUE value IS 252 (98.83% from 255) = 67.38%
R=27.54%
G=5.08%
B=67.38%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal103192520.590.9200.01261.6397.4953.14
Hex6713FC3B5C011066135
Octal14723374731340140614165
Binary110011110011111111001110111011100011000001101100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6713FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6713FC; }

 p { color: rgb(103,19,252); }

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

<style>
 a { background-color: #6713FC; }

 a { background-color: rgb(103,19,252); }

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

<style>
 span { border-color: #6713FC; }

 span { border-color: rgb(103,19,252); }

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