Html Css Color HEX #6407E9 Electric Indigo

📋 copy color: '#6407E9'

red 100 ◦ green 7 ◦ blue 233

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

Shades of Electric Indigo #6407E9

Tints of Electric Indigo #6407E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 68.53%

R = 29.41%
G = 2.06%
B = 68.53%

CMYK

 C value IS 0.57

 M value IS 0.97

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#6407E9 (or 0x6407E9) is known color: Electric Indigo. HEX triplet: 64, 07 and E9. RGB value is (100,7,233). Sum of RGB (Red+Green+Blue) = 100+7+233=340 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.41% from 340); Green value is 7 (3.12% from 255 or 2.06% from 340); Blue value is 233 (91.41% from 255 or 68.53% from 340); Max value from RGB is 233 - color contains mainly: blue. Hex color #6407E9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6407E9 is #9BF816. Grayscale: #3B3B3B. Windows color (decimal): -10221591 or 15271780. OLE color: 15271780.

HSL color Cylindrical-coordinate representation of color #6407E9: hue angle of 264.69º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6407E9 is Cyan = 0.57, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 100 7 233 -
CMYK 0.57 0.97 0 0.09
HSL 264.69º 0.94% 0.47% -
HSV(B) 264.69º 0.97% 0.91% -
XYZ 20.04 8.74 77.72 -
YUV 60.57 225.31 156.12 -
System Red Green Blue C M Y K H S L
Decimal 100 7 233 0.57 0.97 0 0.09 264.69 0.94 0.47
Hex 64 7 E9 39 61 0 9 109 5E 2F
Octal 144 7 351 71 141 0 11 411 136 57
Binary 1100100 111 11101001 111001 1100001 0 1001 100001001 1011110 101111

Color Harmonies of #6407E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6407E9

Black with #6407E9

Text Example


Text Example

White with #6407E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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