Html Css Color HEX #6E13EA Electric Indigo

📋 copy color: '#6E13EA'

red 110 ◦ green 19 ◦ blue 234

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

Shades of Electric Indigo #6E13EA

Tints of Electric Indigo #6E13EA

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.23%

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

R = 30.3%
G = 5.23%
B = 64.46%

CMYK

 C value IS 0.53

 M value IS 0.92

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6E13EA (or 0x6E13EA) is known color: Electric Indigo. HEX triplet: 6E, 13 and EA. RGB value is (110,19,234). Sum of RGB (Red+Green+Blue) = 110+19+234=363 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.30% from 363); Green value is 19 (7.81% from 255 or 5.23% from 363); Blue value is 234 (91.80% from 255 or 64.46% from 363); Max value from RGB is 234 - color contains mainly: blue. Hex color #6E13EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6E13EA is #91EC15. Grayscale: #454545. Windows color (decimal): -9563158 or 15340398. OLE color: 15340398.

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

Color convert

RGB 110 19 234 -
CMYK 0.53 0.92 0 0.08
HSL 265.4º 0.85% 0.5% -
HSV(B) 265.4º 0.92% 0.92% -
XYZ 21.51 9.72 78.58 -
YUV 70.72 220.15 156.02 -
System Red Green Blue C M Y K H S L
Decimal 110 19 234 0.53 0.92 0 0.08 265.4 0.85 0.5
Hex 6E 13 EA 35 5C 0 8 109 55 32
Octal 156 23 352 65 134 0 10 411 125 62
Binary 1101110 10011 11101010 110101 1011100 0 1000 100001001 1010101 110010

Color Harmonies of #6E13EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E13EA

Black with #6E13EA

Text Example


Text Example

White with #6E13EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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