Html Css Color HEX #6409EF Electric Indigo

📋 copy color: '#6409EF'

red 100 ◦ green 9 ◦ blue 239

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

Shades of Electric Indigo #6409EF

Tints of Electric Indigo #6409EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 68.68%

R = 28.74%
G = 2.59%
B = 68.68%

CMYK

 C value IS 0.58

 M value IS 0.96

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6409EF (or 0x6409EF) is known color: Electric Indigo. HEX triplet: 64, 09 and EF. RGB value is (100,9,239). Sum of RGB (Red+Green+Blue) = 100+9+239=348 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.74% from 348); Green value is 9 (3.91% from 255 or 2.59% from 348); Blue value is 239 (93.75% from 255 or 68.68% from 348); Max value from RGB is 239 - color contains mainly: blue. Hex color #6409EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6409EF is #9BF610. Grayscale: #3D3D3D. Windows color (decimal): -10221073 or 15665508. OLE color: 15665508.

HSL color Cylindrical-coordinate representation of color #6409EF: hue angle of 263.74º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6409EF is Cyan = 0.58, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 100 9 239 -
CMYK 0.58 0.96 0 0.06
HSL 263.74º 0.93% 0.49% -
HSV(B) 263.74º 0.96% 0.94% -
XYZ 20.93 9.14 82.32 -
YUV 62.43 227.65 154.8 -
System Red Green Blue C M Y K H S L
Decimal 100 9 239 0.58 0.96 0 0.06 263.74 0.93 0.49
Hex 64 9 EF 3A 60 0 6 108 5D 31
Octal 144 11 357 72 140 0 6 410 135 61
Binary 1100100 1001 11101111 111010 1100000 0 110 100001000 1011101 110001

Color Harmonies of #6409EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6409EF

Black with #6409EF

Text Example


Text Example

White with #6409EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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