Html Css Color HEX #6409FA Electric Indigo

📋 copy color: '#6409FA'

red 100 ◦ green 9 ◦ blue 250

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

Shades of Electric Indigo #6409FA

Tints of Electric Indigo #6409FA

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.51%

 BLUE value IS 250 (98.05% from 255) = 69.64%

R = 27.86%
G = 2.51%
B = 69.64%

CMYK

 C value IS 0.6

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6409FA (or 0x6409FA) is known color: Electric Indigo. HEX triplet: 64, 09 and FA. RGB value is (100,9,250). Sum of RGB (Red+Green+Blue) = 100+9+250=359 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.86% from 359); Green value is 9 (3.91% from 255 or 2.51% from 359); Blue value is 250 (98.05% from 255 or 69.64% from 359); Max value from RGB is 250 - color contains mainly: blue. Hex color #6409FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6409FA is #9BF605. Grayscale: #3E3E3E. Windows color (decimal): -10221062 or 16386404. OLE color: 16386404.

HSL color Cylindrical-coordinate representation of color #6409FA: hue angle of 262.66º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6409FA is Cyan = 0.6, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 100 9 250 -
CMYK 0.6 0.96 0 0.02
HSL 262.66º 0.96% 0.51% -
HSV(B) 262.66º 0.96% 0.98% -
XYZ 22.61 9.81 91.14 -
YUV 63.68 233.15 153.9 -
System Red Green Blue C M Y K H S L
Decimal 100 9 250 0.6 0.96 0 0.02 262.66 0.96 0.51
Hex 64 9 FA 3C 60 0 2 107 60 33
Octal 144 11 372 74 140 0 2 407 140 63
Binary 1100100 1001 11111010 111100 1100000 0 10 100000111 1100000 110011

Color Harmonies of #6409FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6409FA

Black with #6409FA

Text Example


Text Example

White with #6409FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6409FA; }

 p { color: rgb(100,9,250); }

 H1.HeaderClassName
 {
   color: #6409FA;
 }
 .AnyTagClassName
 {
   color: #6409FA;
 }
</style>

background-color css

<style>
 a { background-color: #6409FA; }

 a { background-color: rgb(100,9,250); }

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

border-color css

<style>
 span { border-color: #6409FA; }

 span { border-color: rgb(100,9,250); }

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