Html Css Color HEX #6703FA Electric Indigo

📋 copy color: '#6703FA'

red 103 ◦ green 3 ◦ blue 250

#6703FA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Indigo #6703FA

Tints of Electric Indigo #6703FA

RGB

 RED value IS 103 (40.63% from 255) = 28.93%

 GREEN value IS 3 (1.56% from 255) = 0.84%

 BLUE value IS 250 (98.05% from 255) = 70.22%

R = 28.93%
G = 0.84%
B = 70.22%

CMYK

 C value IS 0.59

 M value IS 0.99

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6703FA (or 0x6703FA) is known color: Electric Indigo. HEX triplet: 67, 03 and FA. RGB value is (103,3,250). Sum of RGB (Red+Green+Blue) = 103+3+250=356 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.93% from 356); Green value is 3 (1.56% from 255 or 0.84% from 356); Blue value is 250 (98.05% from 255 or 70.22% from 356); Max value from RGB is 250 - color contains mainly: blue. Hex color #6703FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6703FA is #98FC05. Grayscale: #3C3C3C. Windows color (decimal): -10025990 or 16384871. OLE color: 16384871.

HSL color Cylindrical-coordinate representation of color #6703FA: hue angle of 264.29º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6703FA is Cyan = 0.59, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 103 3 250 -
CMYK 0.59 0.99 0 0.02
HSL 264.29º 0.98% 0.5% -
HSV(B) 264.29º 0.99% 0.98% -
XYZ 22.88 9.85 91.14 -
YUV 61.06 234.63 157.92 -
System Red Green Blue C M Y K H S L
Decimal 103 3 250 0.59 0.99 0 0.02 264.29 0.98 0.5
Hex 67 3 FA 3B 63 0 2 108 62 32
Octal 147 3 372 73 143 0 2 410 142 62
Binary 1100111 11 11111010 111011 1100011 0 10 100001000 1100010 110010

Color Harmonies of #6703FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6703FA

Black with #6703FA

Text Example


Text Example

White with #6703FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6703FA;
 }
 .AnyTagClassName
 {
   color: #6703FA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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