Html Css Color HEX #6E0EF6 Electric Indigo

📋 copy color: '#6E0EF6'

red 110 ◦ green 14 ◦ blue 246

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

Shades of Electric Indigo #6E0EF6

Tints of Electric Indigo #6E0EF6

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.78%

 BLUE value IS 246 (96.48% from 255) = 66.49%

R = 29.73%
G = 3.78%
B = 66.49%

CMYK

 C value IS 0.55

 M value IS 0.94

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#6E0EF6 (or 0x6E0EF6) is known color: Electric Indigo. HEX triplet: 6E, 0E and F6. RGB value is (110,14,246). Sum of RGB (Red+Green+Blue) = 110+14+246=370 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.73% from 370); Green value is 14 (5.86% from 255 or 3.78% from 370); Blue value is 246 (96.48% from 255 or 66.49% from 370); Max value from RGB is 246 - color contains mainly: blue. Hex color #6E0EF6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6E0EF6 is #91F109. Grayscale: #444444. Windows color (decimal): -9564426 or 16125550. OLE color: 16125550.

HSL color Cylindrical-coordinate representation of color #6E0EF6: hue angle of 264.83º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6E0EF6 is Cyan = 0.55, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 110 14 246 -
CMYK 0.55 0.94 0 0.04
HSL 264.83º 0.93% 0.51% -
HSV(B) 264.83º 0.94% 0.96% -
XYZ 23.22 10.28 87.95 -
YUV 69.15 227.8 157.14 -
System Red Green Blue C M Y K H S L
Decimal 110 14 246 0.55 0.94 0 0.04 264.83 0.93 0.51
Hex 6E E F6 37 5E 0 4 109 5D 33
Octal 156 16 366 67 136 0 4 411 135 63
Binary 1101110 1110 11110110 110111 1011110 0 100 100001001 1011101 110011

Color Harmonies of #6E0EF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E0EF6

Black with #6E0EF6

Text Example


Text Example

White with #6E0EF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,14,246); }

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

background-color css

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

 a { background-color: rgb(110,14,246); }

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

border-color css

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

 span { border-color: rgb(110,14,246); }

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