Html Css Color HEX #6409FE Electric Indigo

📋 copy color: '#6409FE'

red 100 ◦ green 9 ◦ blue 254

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

Shades of Electric Indigo #6409FE

Tints of Electric Indigo #6409FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 69.97%

R = 27.55%
G = 2.48%
B = 69.97%

CMYK

 C value IS 0.61

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6409FE (or 0x6409FE) is known color: Electric Indigo. HEX triplet: 64, 09 and FE. RGB value is (100,9,254). Sum of RGB (Red+Green+Blue) = 100+9+254=363 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.55% from 363); Green value is 9 (3.91% from 255 or 2.48% from 363); Blue value is 254 (99.61% from 255 or 69.97% from 363); Max value from RGB is 254 - color contains mainly: blue. Hex color #6409FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6409FE is #9BF601. Grayscale: #3F3F3F. Windows color (decimal): -10221058 or 16648548. OLE color: 16648548.

HSL color Cylindrical-coordinate representation of color #6409FE: hue angle of 262.29º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6409FE is Cyan = 0.61, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 100 9 254 -
CMYK 0.61 0.96 0 0.00
HSL 262.29º 0.99% 0.52% -
HSV(B) 262.29º 0.96% 1% -
XYZ 23.24 10.06 94.48 -
YUV 64.14 235.15 153.58 -
System Red Green Blue C M Y K H S L
Decimal 100 9 254 0.61 0.96 0 0.00 262.29 0.99 0.52
Hex 64 9 FE 3D 60 0 0 106 63 34
Octal 144 11 376 75 140 0 0 406 143 64
Binary 1100100 1001 11111110 111101 1100000 0 0 100000110 1100011 110100

Color Harmonies of #6409FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6409FE

Black with #6409FE

Text Example


Text Example

White with #6409FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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