Html Css Color HEX #6400F4 Electric Indigo

📋 copy color: '#6400F4'

red 100 ◦ green 0 ◦ blue 244

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

Shades of Electric Indigo #6400F4

Tints of Electric Indigo #6400F4

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 244 (95.7% from 255) = 70.93%

R = 29.07%
G = 0%
B = 70.93%

CMYK

 C value IS 0.59

 M value IS 1

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#6400F4 (or 0x6400F4) is known color: Electric Indigo. HEX triplet: 64, 00 and F4. RGB value is (100,0,244). Sum of RGB (Red+Green+Blue) = 100+0+244=344 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.07% from 344); Green value is 0 (0.39% from 255 or 0% from 344); Blue value is 244 (95.70% from 255 or 70.93% from 344); Max value from RGB is 244 - color contains mainly: blue. Hex color #6400F4 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6400F4 is #9BFF0B. Grayscale: #383838. Windows color (decimal): -10223372 or 15990884. OLE color: 15990884.

HSL color Cylindrical-coordinate representation of color #6400F4: hue angle of 264.59º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6400F4 is Cyan = 0.59, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 100 0 244 -
CMYK 0.59 1 0 0.04
HSL 264.59º 1% 0.48% -
HSV(B) 264.59º 1% 0.96% -
XYZ 21.58 9.24 86.23 -
YUV 57.72 233.13 158.16 -
System Red Green Blue C M Y K H S L
Decimal 100 0 244 0.59 1 0 0.04 264.59 1 0.48
Hex 64 0 F4 3B 64 0 4 109 64 30
Octal 144 0 364 73 144 0 4 411 144 60
Binary 1100100 0 11110100 111011 1100100 0 100 100001001 1100100 110000

Color Harmonies of #6400F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6400F4

Black with #6400F4

Text Example


Text Example

White with #6400F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6400F4; }

 p { color: rgb(100,0,244); }

 H1.HeaderClassName
 {
   color: #6400F4;
 }
 .AnyTagClassName
 {
   color: #6400F4;
 }
</style>

background-color css

<style>
 a { background-color: #6400F4; }

 a { background-color: rgb(100,0,244); }

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

border-color css

<style>
 span { border-color: #6400F4; }

 span { border-color: rgb(100,0,244); }

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