Html Css Color HEX #6E11EC Electric Indigo

📋 copy color: '#6E11EC'

red 110 ◦ green 17 ◦ blue 236

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

Shades of Electric Indigo #6E11EC

Tints of Electric Indigo #6E11EC

RGB

 RED value IS 110 (43.36% from 255) = 30.3%

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

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

R = 30.3%
G = 4.68%
B = 65.01%

CMYK

 C value IS 0.53

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6E11EC (or 0x6E11EC) is known color: Electric Indigo. HEX triplet: 6E, 11 and EC. RGB value is (110,17,236). Sum of RGB (Red+Green+Blue) = 110+17+236=363 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.30% from 363); Green value is 17 (7.03% from 255 or 4.68% from 363); Blue value is 236 (92.58% from 255 or 65.01% from 363); Max value from RGB is 236 - color contains mainly: blue. Hex color #6E11EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6E11EC is #91EE13. Grayscale: #444444. Windows color (decimal): -9563668 or 15470958. OLE color: 15470958.

HSL color Cylindrical-coordinate representation of color #6E11EC: hue angle of 265.48º 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 #6E11EC is Cyan = 0.53, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 110 17 236 -
CMYK 0.53 0.93 0 0.07
HSL 265.48º 0.87% 0.5% -
HSV(B) 265.48º 0.93% 0.93% -
XYZ 21.77 9.77 80.1 -
YUV 69.77 221.81 156.69 -
System Red Green Blue C M Y K H S L
Decimal 110 17 236 0.53 0.93 0 0.07 265.48 0.87 0.5
Hex 6E 11 EC 35 5D 0 7 109 57 32
Octal 156 21 354 65 135 0 7 411 127 62
Binary 1101110 10001 11101100 110101 1011101 0 111 100001001 1010111 110010

Color Harmonies of #6E11EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E11EC

Black with #6E11EC

Text Example


Text Example

White with #6E11EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6E11EC; }

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

 H1.HeaderClassName
 {
   color: #6E11EC;
 }
 .AnyTagClassName
 {
   color: #6E11EC;
 }
</style>

background-color css

<style>
 a { background-color: #6E11EC; }

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

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

border-color css

<style>
 span { border-color: #6E11EC; }

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

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