Html Css Color HEX #6407ED Electric Indigo

📋 copy color: '#6407ED'

red 100 ◦ green 7 ◦ blue 237

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

Shades of Electric Indigo #6407ED

Tints of Electric Indigo #6407ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 68.9%

R = 29.07%
G = 2.03%
B = 68.9%

CMYK

 C value IS 0.58

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6407ED (or 0x6407ED) is known color: Electric Indigo. HEX triplet: 64, 07 and ED. RGB value is (100,7,237). Sum of RGB (Red+Green+Blue) = 100+7+237=344 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.07% from 344); Green value is 7 (3.12% from 255 or 2.03% from 344); Blue value is 237 (92.97% from 255 or 68.90% from 344); Max value from RGB is 237 - color contains mainly: blue. Hex color #6407ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6407ED is #9BF812. Grayscale: #3C3C3C. Windows color (decimal): -10221587 or 15533924. OLE color: 15533924.

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

Color convert

RGB 100 7 237 -
CMYK 0.58 0.97 0 0.07
HSL 264.26º 0.94% 0.48% -
HSV(B) 264.26º 0.97% 0.93% -
XYZ 20.62 8.98 80.77 -
YUV 61.03 227.31 155.8 -
System Red Green Blue C M Y K H S L
Decimal 100 7 237 0.58 0.97 0 0.07 264.26 0.94 0.48
Hex 64 7 ED 3A 61 0 7 108 5E 30
Octal 144 7 355 72 141 0 7 410 136 60
Binary 1100100 111 11101101 111010 1100001 0 111 100001000 1011110 110000

Color Harmonies of #6407ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6407ED

Black with #6407ED

Text Example


Text Example

White with #6407ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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