Html Css Color HEX #6407FC Electric Indigo

📋 copy color: '#6407FC'

red 100 ◦ green 7 ◦ blue 252

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

Shades of Electric Indigo #6407FC

Tints of Electric Indigo #6407FC

RGB

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

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

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

R = 27.86%
G = 1.95%
B = 70.19%

CMYK

 C value IS 0.60

 M value IS 0.97

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6407FC (or 0x6407FC) is known color: Electric Indigo. HEX triplet: 64, 07 and FC. RGB value is (100,7,252). Sum of RGB (Red+Green+Blue) = 100+7+252=359 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.86% from 359); Green value is 7 (3.12% from 255 or 1.95% from 359); Blue value is 252 (98.83% from 255 or 70.19% from 359); Max value from RGB is 252 - color contains mainly: blue. Hex color #6407FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6407FC is #9BF803. Grayscale: #3D3D3D. Windows color (decimal): -10221572 or 16516964. OLE color: 16516964.

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

Color convert

RGB 100 7 252 -
CMYK 0.60 0.97 0 0.01
HSL 262.78º 0.98% 0.51% -
HSV(B) 262.78º 0.97% 0.99% -
XYZ 22.9 9.89 92.8 -
YUV 62.74 234.81 154.58 -
System Red Green Blue C M Y K H S L
Decimal 100 7 252 0.60 0.97 0 0.01 262.78 0.98 0.51
Hex 64 7 FC 3C 61 0 1 107 62 33
Octal 144 7 374 74 141 0 1 407 142 63
Binary 1100100 111 11111100 111100 1100001 0 1 100000111 1100010 110011

Color Harmonies of #6407FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6407FC

Black with #6407FC

Text Example


Text Example

White with #6407FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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