Html Css Color HEX #6401F9 Electric Indigo

📋 copy color: '#6401F9'

red 100 ◦ green 1 ◦ blue 249

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

Shades of Electric Indigo #6401F9

Tints of Electric Indigo #6401F9

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.29%

 BLUE value IS 249 (97.66% from 255) = 71.14%

R = 28.57%
G = 0.29%
B = 71.14%

CMYK

 C value IS 0.60

 M value IS 1.00

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6401F9 (or 0x6401F9) is known color: Electric Indigo. HEX triplet: 64, 01 and F9. RGB value is (100,1,249). Sum of RGB (Red+Green+Blue) = 100+1+249=350 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.57% from 350); Green value is 1 (0.78% from 255 or 0.29% from 350); Blue value is 249 (97.66% from 255 or 71.14% from 350); Max value from RGB is 249 - color contains mainly: blue. Hex color #6401F9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6401F9 is #9BFE06. Grayscale: #393939. Windows color (decimal): -10223111 or 16318820. OLE color: 16318820.

HSL color Cylindrical-coordinate representation of color #6401F9: hue angle of 263.95º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6401F9 is Cyan = 0.60, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 100 1 249 -
CMYK 0.60 1.00 0 0.02
HSL 263.95º 0.99% 0.49% -
HSV(B) 263.95º 1% 0.98% -
XYZ 22.37 9.57 90.29 -
YUV 58.87 235.3 157.33 -
System Red Green Blue C M Y K H S L
Decimal 100 1 249 0.60 1.00 0 0.02 263.95 0.99 0.49
Hex 64 1 F9 3C 64 0 2 108 63 31
Octal 144 1 371 74 144 0 2 410 143 61
Binary 1100100 1 11111001 111100 1100100 0 10 100001000 1100011 110001

Color Harmonies of #6401F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6401F9

Black with #6401F9

Text Example


Text Example

White with #6401F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6401F9; }

 p { color: rgb(100,1,249); }

 H1.HeaderClassName
 {
   color: #6401F9;
 }
 .AnyTagClassName
 {
   color: #6401F9;
 }
</style>

background-color css

<style>
 a { background-color: #6401F9; }

 a { background-color: rgb(100,1,249); }

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

border-color css

<style>
 span { border-color: #6401F9; }

 span { border-color: rgb(100,1,249); }

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