Html Css Color HEX #6409EA Electric Indigo

📋 copy color: '#6409EA'

red 100 ◦ green 9 ◦ blue 234

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

Shades of Electric Indigo #6409EA

Tints of Electric Indigo #6409EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 68.22%

R = 29.15%
G = 2.62%
B = 68.22%

CMYK

 C value IS 0.57

 M value IS 0.96

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6409EA (or 0x6409EA) is known color: Electric Indigo. HEX triplet: 64, 09 and EA. RGB value is (100,9,234). Sum of RGB (Red+Green+Blue) = 100+9+234=343 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.15% from 343); Green value is 9 (3.91% from 255 or 2.62% from 343); Blue value is 234 (91.80% from 255 or 68.22% from 343); Max value from RGB is 234 - color contains mainly: blue. Hex color #6409EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6409EA is #9BF615. Grayscale: #3D3D3D. Windows color (decimal): -10221078 or 15337828. OLE color: 15337828.

HSL color Cylindrical-coordinate representation of color #6409EA: hue angle of 264.27º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6409EA is Cyan = 0.57, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 100 9 234 -
CMYK 0.57 0.96 0 0.08
HSL 264.27º 0.93% 0.48% -
HSV(B) 264.27º 0.96% 0.92% -
XYZ 20.2 8.85 78.48 -
YUV 61.86 225.15 155.2 -
System Red Green Blue C M Y K H S L
Decimal 100 9 234 0.57 0.96 0 0.08 264.27 0.93 0.48
Hex 64 9 EA 39 60 0 8 108 5D 30
Octal 144 11 352 71 140 0 10 410 135 60
Binary 1100100 1001 11101010 111001 1100000 0 1000 100001000 1011101 110000

Color Harmonies of #6409EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6409EA

Black with #6409EA

Text Example


Text Example

White with #6409EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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