Html Css Color HEX #6409F6 Electric Indigo

📋 copy color: '#6409F6'

red 100 ◦ green 9 ◦ blue 246

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

Shades of Electric Indigo #6409F6

Tints of Electric Indigo #6409F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 69.3%

R = 28.17%
G = 2.54%
B = 69.3%

CMYK

 C value IS 0.59

 M value IS 0.96

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#6409F6 (or 0x6409F6) is known color: Electric Indigo. HEX triplet: 64, 09 and F6. RGB value is (100,9,246). Sum of RGB (Red+Green+Blue) = 100+9+246=355 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.17% from 355); Green value is 9 (3.91% from 255 or 2.54% from 355); Blue value is 246 (96.48% from 255 or 69.30% from 355); Max value from RGB is 246 - color contains mainly: blue. Hex color #6409F6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6409F6 is #9BF609. Grayscale: #3E3E3E. Windows color (decimal): -10221066 or 16124260. OLE color: 16124260.

HSL color Cylindrical-coordinate representation of color #6409F6: hue angle of 263.04º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6409F6 is Cyan = 0.59, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 100 9 246 -
CMYK 0.59 0.96 0 0.04
HSL 263.04º 0.93% 0.5% -
HSV(B) 263.04º 0.96% 0.96% -
XYZ 21.99 9.56 87.87 -
YUV 63.23 231.15 154.23 -
System Red Green Blue C M Y K H S L
Decimal 100 9 246 0.59 0.96 0 0.04 263.04 0.93 0.5
Hex 64 9 F6 3B 60 0 4 107 5D 32
Octal 144 11 366 73 140 0 4 407 135 62
Binary 1100100 1001 11110110 111011 1100000 0 100 100000111 1011101 110010

Color Harmonies of #6409F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6409F6

Black with #6409F6

Text Example


Text Example

White with #6409F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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