Html Css Color HEX #6407FA Electric Indigo

📋 copy color: '#6407FA'

red 100 ◦ green 7 ◦ blue 250

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

Shades of Electric Indigo #6407FA

Tints of Electric Indigo #6407FA

RGB

 RED value IS 100 (39.45% from 255) = 28.01%

 GREEN value IS 7 (3.13% from 255) = 1.96%

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

R = 28.01%
G = 1.96%
B = 70.03%

CMYK

 C value IS 0.6

 M value IS 0.97

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6407FA (or 0x6407FA) is known color: Electric Indigo. HEX triplet: 64, 07 and FA. RGB value is (100,7,250). Sum of RGB (Red+Green+Blue) = 100+7+250=357 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.01% from 357); Green value is 7 (3.12% from 255 or 1.96% from 357); Blue value is 250 (98.05% from 255 or 70.03% from 357); Max value from RGB is 250 - color contains mainly: blue. Hex color #6407FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6407FA is #9BF805. Grayscale: #3D3D3D. Windows color (decimal): -10221574 or 16385892. OLE color: 16385892.

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

Color convert

RGB 100 7 250 -
CMYK 0.6 0.97 0 0.02
HSL 262.96º 0.96% 0.5% -
HSV(B) 262.96º 0.97% 0.98% -
XYZ 22.59 9.76 91.14 -
YUV 62.51 233.81 154.74 -
System Red Green Blue C M Y K H S L
Decimal 100 7 250 0.6 0.97 0 0.02 262.96 0.96 0.5
Hex 64 7 FA 3C 61 0 2 107 60 32
Octal 144 7 372 74 141 0 2 407 140 62
Binary 1100100 111 11111010 111100 1100001 0 10 100000111 1100000 110010

Color Harmonies of #6407FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6407FA

Black with #6407FA

Text Example


Text Example

White with #6407FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,7,250); }

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

background-color css

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

 a { background-color: rgb(100,7,250); }

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

border-color css

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

 span { border-color: rgb(100,7,250); }

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