Html Css Color HEX #6E19ED Electric Indigo

📋 copy color: '#6E19ED'

red 110 ◦ green 25 ◦ blue 237

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

Shades of Electric Indigo #6E19ED

Tints of Electric Indigo #6E19ED

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.72%

 BLUE value IS 237 (92.97% from 255) = 63.71%

R = 29.57%
G = 6.72%
B = 63.71%

CMYK

 C value IS 0.54

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6E19ED (or 0x6E19ED) is known color: Electric Indigo. HEX triplet: 6E, 19 and ED. RGB value is (110,25,237). Sum of RGB (Red+Green+Blue) = 110+25+237=372 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.57% from 372); Green value is 25 (10.16% from 255 or 6.72% from 372); Blue value is 237 (92.97% from 255 or 63.71% from 372); Max value from RGB is 237 - color contains mainly: blue. Hex color #6E19ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6E19ED is #91E612. Grayscale: #494949. Windows color (decimal): -9561619 or 15538542. OLE color: 15538542.

HSL color Cylindrical-coordinate representation of color #6E19ED: hue angle of 264.06º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6E19ED is Cyan = 0.54, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 110 25 237 -
CMYK 0.54 0.89 0 0.07
HSL 264.06º 0.85% 0.51% -
HSV(B) 264.06º 0.89% 0.93% -
XYZ 22.06 10.12 80.91 -
YUV 74.58 219.66 153.26 -
System Red Green Blue C M Y K H S L
Decimal 110 25 237 0.54 0.89 0 0.07 264.06 0.85 0.51
Hex 6E 19 ED 36 59 0 7 108 55 33
Octal 156 31 355 66 131 0 7 410 125 63
Binary 1101110 11001 11101101 110110 1011001 0 111 100001000 1010101 110011

Color Harmonies of #6E19ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E19ED

Black with #6E19ED

Text Example


Text Example

White with #6E19ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,25,237); }

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

background-color css

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

 a { background-color: rgb(110,25,237); }

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

border-color css

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

 span { border-color: rgb(110,25,237); }

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