Html Css Color HEX #6E0FF2 Electric Indigo

📋 copy color: '#6E0FF2'

red 110 ◦ green 15 ◦ blue 242

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

Shades of Electric Indigo #6E0FF2

Tints of Electric Indigo #6E0FF2

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.09%

 BLUE value IS 242 (94.92% from 255) = 65.94%

R = 29.97%
G = 4.09%
B = 65.94%

CMYK

 C value IS 0.55

 M value IS 0.94

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6E0FF2 (or 0x6E0FF2) is known color: Electric Indigo. HEX triplet: 6E, 0F and F2. RGB value is (110,15,242). Sum of RGB (Red+Green+Blue) = 110+15+242=367 (48% of max value = 765). Red value is 110 (43.36% from 255 or 29.97% from 367); Green value is 15 (6.25% from 255 or 4.09% from 367); Blue value is 242 (94.92% from 255 or 65.94% from 367); Max value from RGB is 242 - color contains mainly: blue. Hex color #6E0FF2 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6E0FF2 is #91F00D. Grayscale: #444444. Windows color (decimal): -9564174 or 15863662. OLE color: 15863662.

HSL color Cylindrical-coordinate representation of color #6E0FF2: hue angle of 265.11º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6E0FF2 is Cyan = 0.55, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 110 15 242 -
CMYK 0.55 0.94 0 0.05
HSL 265.11º 0.9% 0.5% -
HSV(B) 265.11º 0.94% 0.95% -
XYZ 22.63 10.07 84.75 -
YUV 69.28 225.47 157.04 -
System Red Green Blue C M Y K H S L
Decimal 110 15 242 0.55 0.94 0 0.05 265.11 0.9 0.5
Hex 6E F F2 37 5E 0 5 109 5A 32
Octal 156 17 362 67 136 0 5 411 132 62
Binary 1101110 1111 11110010 110111 1011110 0 101 100001001 1011010 110010

Color Harmonies of #6E0FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E0FF2

Black with #6E0FF2

Text Example


Text Example

White with #6E0FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,15,242); }

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

background-color css

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

 a { background-color: rgb(110,15,242); }

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

border-color css

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

 span { border-color: rgb(110,15,242); }

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