Html Css Color HEX #6E0EEA Electric Indigo

📋 copy color: '#6E0EEA'

red 110 ◦ green 14 ◦ blue 234

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

Shades of Electric Indigo #6E0EEA

Tints of Electric Indigo #6E0EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 65.36%

R = 30.73%
G = 3.91%
B = 65.36%

CMYK

 C value IS 0.53

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6E0EEA (or 0x6E0EEA) is known color: Electric Indigo. HEX triplet: 6E, 0E and EA. RGB value is (110,14,234). Sum of RGB (Red+Green+Blue) = 110+14+234=358 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.73% from 358); Green value is 14 (5.86% from 255 or 3.91% from 358); Blue value is 234 (91.80% from 255 or 65.36% from 358); Max value from RGB is 234 - color contains mainly: blue. Hex color #6E0EEA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6E0EEA is #91F115. Grayscale: #434343. Windows color (decimal): -9564438 or 15339118. OLE color: 15339118.

HSL color Cylindrical-coordinate representation of color #6E0EEA: hue angle of 266.18º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6E0EEA is Cyan = 0.53, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 110 14 234 -
CMYK 0.53 0.94 0 0.08
HSL 266.18º 0.89% 0.49% -
HSV(B) 266.18º 0.94% 0.92% -
XYZ 21.44 9.57 78.56 -
YUV 67.78 221.8 158.11 -
System Red Green Blue C M Y K H S L
Decimal 110 14 234 0.53 0.94 0 0.08 266.18 0.89 0.49
Hex 6E E EA 35 5E 0 8 10A 59 31
Octal 156 16 352 65 136 0 10 412 131 61
Binary 1101110 1110 11101010 110101 1011110 0 1000 100001010 1011001 110001

Color Harmonies of #6E0EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E0EEA

Black with #6E0EEA

Text Example


Text Example

White with #6E0EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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