Html Css Color HEX #6404FC Electric Indigo

📋 copy color: '#6404FC'

red 100 ◦ green 4 ◦ blue 252

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

Shades of Electric Indigo #6404FC

Tints of Electric Indigo #6404FC

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.12%

 BLUE value IS 252 (98.83% from 255) = 70.79%

R = 28.09%
G = 1.12%
B = 70.79%

CMYK

 C value IS 0.60

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6404FC (or 0x6404FC) is known color: Electric Indigo. HEX triplet: 64, 04 and FC. RGB value is (100,4,252). Sum of RGB (Red+Green+Blue) = 100+4+252=356 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.09% from 356); Green value is 4 (1.95% from 255 or 1.12% from 356); Blue value is 252 (98.83% from 255 or 70.79% from 356); Max value from RGB is 252 - color contains mainly: blue. Hex color #6404FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6404FC is #9BFB03. Grayscale: #3C3C3C. Windows color (decimal): -10222340 or 16516196. OLE color: 16516196.

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

Color convert

RGB 100 4 252 -
CMYK 0.60 0.98 0 0.01
HSL 263.23º 0.98% 0.5% -
HSV(B) 263.23º 0.98% 0.99% -
XYZ 22.87 9.82 92.79 -
YUV 60.98 235.8 155.83 -
System Red Green Blue C M Y K H S L
Decimal 100 4 252 0.60 0.98 0 0.01 263.23 0.98 0.5
Hex 64 4 FC 3C 62 0 1 107 62 32
Octal 144 4 374 74 142 0 1 407 142 62
Binary 1100100 100 11111100 111100 1100010 0 1 100000111 1100010 110010

Color Harmonies of #6404FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6404FC

Black with #6404FC

Text Example


Text Example

White with #6404FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,4,252); }

 H1.HeaderClassName
 {
   color: #6404FC;
 }
 .AnyTagClassName
 {
   color: #6404FC;
 }
</style>

background-color css

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

 a { background-color: rgb(100,4,252); }

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

border-color css

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

 span { border-color: rgb(100,4,252); }

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