Html Css Color HEX #6E0EFE Electric Indigo

📋 copy color: '#6E0EFE'

red 110 ◦ green 14 ◦ blue 254

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

Shades of Electric Indigo #6E0EFE

Tints of Electric Indigo #6E0EFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 67.2%

R = 29.1%
G = 3.7%
B = 67.2%

CMYK

 C value IS 0.57

 M value IS 0.94

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6E0EFE (or 0x6E0EFE) is known color: Electric Indigo. HEX triplet: 6E, 0E and FE. RGB value is (110,14,254). Sum of RGB (Red+Green+Blue) = 110+14+254=378 (50% of max value = 765). Red value is 110 (43.36% from 255 or 29.10% from 378); Green value is 14 (5.86% from 255 or 3.70% from 378); Blue value is 254 (99.61% from 255 or 67.20% from 378); Max value from RGB is 254 - color contains mainly: blue. Hex color #6E0EFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6E0EFE is #91F101. Grayscale: #454545. Windows color (decimal): -9564418 or 16649838. OLE color: 16649838.

HSL color Cylindrical-coordinate representation of color #6E0EFE: hue angle of 264º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6E0EFE is Cyan = 0.57, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 110 14 254 -
CMYK 0.57 0.94 0 0.00
HSL 264º 0.99% 0.53% -
HSV(B) 264º 0.94% 1% -
XYZ 24.48 10.78 94.56 -
YUV 70.06 231.8 156.49 -
System Red Green Blue C M Y K H S L
Decimal 110 14 254 0.57 0.94 0 0.00 264 0.99 0.53
Hex 6E E FE 39 5E 0 0 108 63 35
Octal 156 16 376 71 136 0 0 410 143 65
Binary 1101110 1110 11111110 111001 1011110 0 0 100001000 1100011 110101

Color Harmonies of #6E0EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E0EFE

Black with #6E0EFE

Text Example


Text Example

White with #6E0EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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