Html Css Color HEX #6E0EEF Electric Indigo

📋 copy color: '#6E0EEF'

red 110 ◦ green 14 ◦ blue 239

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

Shades of Electric Indigo #6E0EEF

Tints of Electric Indigo #6E0EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 65.84%

R = 30.3%
G = 3.86%
B = 65.84%

CMYK

 C value IS 0.54

 M value IS 0.94

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6E0EEF (or 0x6E0EEF) is known color: Electric Indigo. HEX triplet: 6E, 0E and EF. RGB value is (110,14,239). Sum of RGB (Red+Green+Blue) = 110+14+239=363 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.30% from 363); Green value is 14 (5.86% from 255 or 3.86% from 363); Blue value is 239 (93.75% from 255 or 65.84% from 363); Max value from RGB is 239 - color contains mainly: blue. Hex color #6E0EEF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6E0EEF is #91F110. Grayscale: #434343. Windows color (decimal): -9564433 or 15666798. OLE color: 15666798.

HSL color Cylindrical-coordinate representation of color #6E0EEF: hue angle of 265.6º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6E0EEF is Cyan = 0.54, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 110 14 239 -
CMYK 0.54 0.94 0 0.06
HSL 265.6º 0.89% 0.5% -
HSV(B) 265.6º 0.94% 0.94% -
XYZ 22.17 9.86 82.4 -
YUV 68.35 224.3 157.7 -
System Red Green Blue C M Y K H S L
Decimal 110 14 239 0.54 0.94 0 0.06 265.6 0.89 0.5
Hex 6E E EF 36 5E 0 6 10A 59 32
Octal 156 16 357 66 136 0 6 412 131 62
Binary 1101110 1110 11101111 110110 1011110 0 110 100001010 1011001 110010

Color Harmonies of #6E0EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E0EEF

Black with #6E0EEF

Text Example


Text Example

White with #6E0EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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