Html Css Color HEX #6404EC Electric Indigo

📋 copy color: '#6404EC'

red 100 ◦ green 4 ◦ blue 236

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

Shades of Electric Indigo #6404EC

Tints of Electric Indigo #6404EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 69.41%

R = 29.41%
G = 1.18%
B = 69.41%

CMYK

 C value IS 0.58

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6404EC (or 0x6404EC) is known color: Electric Indigo. HEX triplet: 64, 04 and EC. RGB value is (100,4,236). Sum of RGB (Red+Green+Blue) = 100+4+236=340 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.41% from 340); Green value is 4 (1.95% from 255 or 1.18% from 340); Blue value is 236 (92.58% from 255 or 69.41% from 340); Max value from RGB is 236 - color contains mainly: blue. Hex color #6404EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6404EC is #9BFB13. Grayscale: #3A3A3A. Windows color (decimal): -10222356 or 15467620. OLE color: 15467620.

HSL color Cylindrical-coordinate representation of color #6404EC: hue angle of 264.83º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6404EC is Cyan = 0.58, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 100 4 236 -
CMYK 0.58 0.98 0 0.07
HSL 264.83º 0.97% 0.47% -
HSV(B) 264.83º 0.98% 0.93% -
XYZ 20.44 8.85 79.99 -
YUV 59.15 227.8 157.14 -
System Red Green Blue C M Y K H S L
Decimal 100 4 236 0.58 0.98 0 0.07 264.83 0.97 0.47
Hex 64 4 EC 3A 62 0 7 109 61 2F
Octal 144 4 354 72 142 0 7 411 141 57
Binary 1100100 100 11101100 111010 1100010 0 111 100001001 1100001 101111

Color Harmonies of #6404EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6404EC

Black with #6404EC

Text Example


Text Example

White with #6404EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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