Html Css Color HEX #6411EC Electric Indigo

📋 copy color: '#6411EC'

red 100 ◦ green 17 ◦ blue 236

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

Shades of Electric Indigo #6411EC

Tints of Electric Indigo #6411EC

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.82%

 BLUE value IS 236 (92.58% from 255) = 66.86%

R = 28.33%
G = 4.82%
B = 66.86%

CMYK

 C value IS 0.58

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6411EC (or 0x6411EC) is known color: Electric Indigo. HEX triplet: 64, 11 and EC. RGB value is (100,17,236). Sum of RGB (Red+Green+Blue) = 100+17+236=353 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.33% from 353); Green value is 17 (7.03% from 255 or 4.82% from 353); Blue value is 236 (92.58% from 255 or 66.86% from 353); Max value from RGB is 236 - color contains mainly: blue. Hex color #6411EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6411EC is #9BEE13. Grayscale: #414141. Windows color (decimal): -10219028 or 15470948. OLE color: 15470948.

HSL color Cylindrical-coordinate representation of color #6411EC: hue angle of 262.74º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6411EC is Cyan = 0.58, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 100 17 236 -
CMYK 0.58 0.93 0 0.07
HSL 262.74º 0.87% 0.5% -
HSV(B) 262.74º 0.93% 0.93% -
XYZ 20.6 9.17 80.04 -
YUV 66.78 223.5 151.69 -
System Red Green Blue C M Y K H S L
Decimal 100 17 236 0.58 0.93 0 0.07 262.74 0.87 0.5
Hex 64 11 EC 3A 5D 0 7 107 57 32
Octal 144 21 354 72 135 0 7 407 127 62
Binary 1100100 10001 11101100 111010 1011101 0 111 100000111 1010111 110010

Color Harmonies of #6411EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6411EC

Black with #6411EC

Text Example


Text Example

White with #6411EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6411EC; }

 p { color: rgb(100,17,236); }

 H1.HeaderClassName
 {
   color: #6411EC;
 }
 .AnyTagClassName
 {
   color: #6411EC;
 }
</style>

background-color css

<style>
 a { background-color: #6411EC; }

 a { background-color: rgb(100,17,236); }

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

border-color css

<style>
 span { border-color: #6411EC; }

 span { border-color: rgb(100,17,236); }

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