Html Css Color HEX #6E14F7 Electric Indigo

📋 copy color: '#6E14F7'

red 110 ◦ green 20 ◦ blue 247

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

Shades of Electric Indigo #6E14F7

Tints of Electric Indigo #6E14F7

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.31%

 BLUE value IS 247 (96.88% from 255) = 65.52%

R = 29.18%
G = 5.31%
B = 65.52%

CMYK

 C value IS 0.55

 M value IS 0.92

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#6E14F7 (or 0x6E14F7) is known color: Electric Indigo. HEX triplet: 6E, 14 and F7. RGB value is (110,20,247). Sum of RGB (Red+Green+Blue) = 110+20+247=377 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.18% from 377); Green value is 20 (8.20% from 255 or 5.31% from 377); Blue value is 247 (96.88% from 255 or 65.52% from 377); Max value from RGB is 247 - color contains mainly: blue. Hex color #6E14F7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6E14F7 is #91EB08. Grayscale: #474747. Windows color (decimal): -9562889 or 16192622. OLE color: 16192622.

HSL color Cylindrical-coordinate representation of color #6E14F7: hue angle of 263.79º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6E14F7 is Cyan = 0.55, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 110 20 247 -
CMYK 0.55 0.92 0 0.03
HSL 263.79º 0.93% 0.52% -
HSV(B) 263.79º 0.92% 0.97% -
XYZ 23.47 10.53 88.79 -
YUV 72.79 226.32 154.54 -
System Red Green Blue C M Y K H S L
Decimal 110 20 247 0.55 0.92 0 0.03 263.79 0.93 0.52
Hex 6E 14 F7 37 5C 0 3 108 5D 34
Octal 156 24 367 67 134 0 3 410 135 64
Binary 1101110 10100 11110111 110111 1011100 0 11 100001000 1011101 110100

Color Harmonies of #6E14F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E14F7

Black with #6E14F7

Text Example


Text Example

White with #6E14F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,20,247); }

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

background-color css

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

 a { background-color: rgb(110,20,247); }

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

border-color css

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

 span { border-color: rgb(110,20,247); }

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