Html Css Color HEX #6E1AEA Electric Indigo

📋 copy color: '#6E1AEA'

red 110 ◦ green 26 ◦ blue 234

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

Shades of Electric Indigo #6E1AEA

Tints of Electric Indigo #6E1AEA

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.03%

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

R = 29.73%
G = 7.03%
B = 63.24%

CMYK

 C value IS 0.53

 M value IS 0.89

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6E1AEA (or 0x6E1AEA) is known color: Electric Indigo. HEX triplet: 6E, 1A and EA. RGB value is (110,26,234). Sum of RGB (Red+Green+Blue) = 110+26+234=370 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.73% from 370); Green value is 26 (10.55% from 255 or 7.03% from 370); Blue value is 234 (91.80% from 255 or 63.24% from 370); Max value from RGB is 234 - color contains mainly: blue. Hex color #6E1AEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E1AEA is #91E515. Grayscale: #4A4A4A. Windows color (decimal): -9561366 or 15342190. OLE color: 15342190.

HSL color Cylindrical-coordinate representation of color #6E1AEA: hue angle of 264.23º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6E1AEA is Cyan = 0.53, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 110 26 234 -
CMYK 0.53 0.89 0 0.08
HSL 264.23º 0.83% 0.51% -
HSV(B) 264.23º 0.89% 0.92% -
XYZ 21.65 9.99 78.63 -
YUV 74.83 217.83 153.09 -
System Red Green Blue C M Y K H S L
Decimal 110 26 234 0.53 0.89 0 0.08 264.23 0.83 0.51
Hex 6E 1A EA 35 59 0 8 108 53 33
Octal 156 32 352 65 131 0 10 410 123 63
Binary 1101110 11010 11101010 110101 1011001 0 1000 100001000 1010011 110011

Color Harmonies of #6E1AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E1AEA

Black with #6E1AEA

Text Example


Text Example

White with #6E1AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,26,234); }

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

background-color css

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

 a { background-color: rgb(110,26,234); }

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

border-color css

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

 span { border-color: rgb(110,26,234); }

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