#6703F3

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

Shades of Electric Indigo #6703F3

Tints of Electric Indigo #6703F3

Color information

#6703F3 (or 0x6703F3) is unknown color: approx Electric Indigo. HEX triplet: 67, 03 and F3. RGB value is (103,3,243). Sum of RGB (Red+Green+Blue) = 103+3+243=349 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.51% from 349); Green value is 3 (1.56% from 255 or 0.86% from 349); Blue value is 243 (95.31% from 255 or 69.63% from 349); Max value from RGB is 243 - color contains mainly: blue. Hex color #6703F3 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6703F3 is #98FC0C. Grayscale: #3B3B3B. Windows color (decimal): -10025997 or 15926119. OLE color: 15926119.

HSL color Cylindrical-coordinate representation of color #6703F3: hue angle of 265º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6703F3 is Cyan = 0.58, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB1033243-
CMYK0.580.9900.05
HSL265º97.56%48.24%-
HSV(B)265º98.77%95.29%-
XYZ21.89.4285.46-
YUV60.26231.13158.49-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 29.51%
GREEN value IS 3 (1.56% from 255) = 0.86%
BLUE value IS 243 (95.31% from 255) = 69.63%
R=29.51%
G=0.86%
B=69.63%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal10332430.580.9900.0526597.5648.24
Hex673F33A63051096230
Octal1473363721430541114260
Binary11001111111110011111010110001101011000010011100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6703F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6703F3; }

 p { color: rgb(103,3,243); }

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

<style>
 a { background-color: #6703F3; }

 a { background-color: rgb(103,3,243); }

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

<style>
 span { border-color: #6703F3; }

 span { border-color: rgb(103,3,243); }

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