Html Css Color HEX #6E0EF2 Electric Indigo

📋 copy color: '#6E0EF2'

red 110 ◦ green 14 ◦ blue 242

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

Shades of Electric Indigo #6E0EF2

Tints of Electric Indigo #6E0EF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 66.12%

R = 30.05%
G = 3.83%
B = 66.12%

CMYK

 C value IS 0.55

 M value IS 0.94

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6E0EF2 (or 0x6E0EF2) is known color: Electric Indigo. HEX triplet: 6E, 0E and F2. RGB value is (110,14,242). Sum of RGB (Red+Green+Blue) = 110+14+242=366 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.05% from 366); Green value is 14 (5.86% from 255 or 3.83% from 366); Blue value is 242 (94.92% from 255 or 66.12% from 366); Max value from RGB is 242 - color contains mainly: blue. Hex color #6E0EF2 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6E0EF2 is #91F10D. Grayscale: #434343. Windows color (decimal): -9564430 or 15863406. OLE color: 15863406.

HSL color Cylindrical-coordinate representation of color #6E0EF2: hue angle of 265.26º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6E0EF2 is Cyan = 0.55, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 110 14 242 -
CMYK 0.55 0.94 0 0.05
HSL 265.26º 0.9% 0.5% -
HSV(B) 265.26º 0.94% 0.95% -
XYZ 22.61 10.04 84.75 -
YUV 68.7 225.8 157.46 -
System Red Green Blue C M Y K H S L
Decimal 110 14 242 0.55 0.94 0 0.05 265.26 0.9 0.5
Hex 6E E F2 37 5E 0 5 109 5A 32
Octal 156 16 362 67 136 0 5 411 132 62
Binary 1101110 1110 11110010 110111 1011110 0 101 100001001 1011010 110010

Color Harmonies of #6E0EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E0EF2

Black with #6E0EF2

Text Example


Text Example

White with #6E0EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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