Html Css Color HEX #6400EF Electric Indigo

📋 copy color: '#6400EF'

red 100 ◦ green 0 ◦ blue 239

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

Shades of Electric Indigo #6400EF

Tints of Electric Indigo #6400EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 70.5%

R = 29.5%
G = 0%
B = 70.5%

CMYK

 C value IS 0.58

 M value IS 1

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6400EF (or 0x6400EF) is known color: Electric Indigo. HEX triplet: 64, 00 and EF. RGB value is (100,0,239). Sum of RGB (Red+Green+Blue) = 100+0+239=339 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.50% from 339); Green value is 0 (0.39% from 255 or 0% from 339); Blue value is 239 (93.75% from 255 or 70.50% from 339); Max value from RGB is 239 - color contains mainly: blue. Hex color #6400EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6400EF is #9BFF10. Grayscale: #383838. Windows color (decimal): -10223377 or 15663204. OLE color: 15663204.

HSL color Cylindrical-coordinate representation of color #6400EF: hue angle of 265.1º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6400EF is Cyan = 0.58, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 100 0 239 -
CMYK 0.58 1 0 0.06
HSL 265.1º 1% 0.47% -
HSV(B) 265.1º 1% 0.94% -
XYZ 20.84 8.94 82.29 -
YUV 57.15 230.63 158.57 -
System Red Green Blue C M Y K H S L
Decimal 100 0 239 0.58 1 0 0.06 265.1 1 0.47
Hex 64 0 EF 3A 64 0 6 109 64 2F
Octal 144 0 357 72 144 0 6 411 144 57
Binary 1100100 0 11101111 111010 1100100 0 110 100001001 1100100 101111

Color Harmonies of #6400EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6400EF

Black with #6400EF

Text Example


Text Example

White with #6400EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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