Html Css Color HEX #6E14EE Electric Indigo

📋 copy color: '#6E14EE'

red 110 ◦ green 20 ◦ blue 238

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

Shades of Electric Indigo #6E14EE

Tints of Electric Indigo #6E14EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 64.67%

R = 29.89%
G = 5.43%
B = 64.67%

CMYK

 C value IS 0.54

 M value IS 0.92

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6E14EE (or 0x6E14EE) is known color: Electric Indigo. HEX triplet: 6E, 14 and EE. RGB value is (110,20,238). Sum of RGB (Red+Green+Blue) = 110+20+238=368 (48% of max value = 765). Red value is 110 (43.36% from 255 or 29.89% from 368); Green value is 20 (8.20% from 255 or 5.43% from 368); Blue value is 238 (93.36% from 255 or 64.67% from 368); Max value from RGB is 238 - color contains mainly: blue. Hex color #6E14EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6E14EE is #91EB11. Grayscale: #464646. Windows color (decimal): -9562898 or 15602798. OLE color: 15602798.

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

Color convert

RGB 110 20 238 -
CMYK 0.54 0.92 0 0.07
HSL 264.77º 0.87% 0.51% -
HSV(B) 264.77º 0.92% 0.93% -
XYZ 22.11 9.99 81.65 -
YUV 71.76 221.82 155.27 -
System Red Green Blue C M Y K H S L
Decimal 110 20 238 0.54 0.92 0 0.07 264.77 0.87 0.51
Hex 6E 14 EE 36 5C 0 7 109 57 33
Octal 156 24 356 66 134 0 7 411 127 63
Binary 1101110 10100 11101110 110110 1011100 0 111 100001001 1010111 110011

Color Harmonies of #6E14EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E14EE

Black with #6E14EE

Text Example


Text Example

White with #6E14EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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