Html Css Color HEX #6E11FA Electric Indigo

📋 copy color: '#6E11FA'

red 110 ◦ green 17 ◦ blue 250

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

Shades of Electric Indigo #6E11FA

Tints of Electric Indigo #6E11FA

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.51%

 BLUE value IS 250 (98.05% from 255) = 66.31%

R = 29.18%
G = 4.51%
B = 66.31%

CMYK

 C value IS 0.56

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6E11FA (or 0x6E11FA) is known color: Electric Indigo. HEX triplet: 6E, 11 and FA. RGB value is (110,17,250). Sum of RGB (Red+Green+Blue) = 110+17+250=377 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.18% from 377); Green value is 17 (7.03% from 255 or 4.51% from 377); Blue value is 250 (98.05% from 255 or 66.31% from 377); Max value from RGB is 250 - color contains mainly: blue. Hex color #6E11FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6E11FA is #91EE05. Grayscale: #464646. Windows color (decimal): -9563654 or 16388462. OLE color: 16388462.

HSL color Cylindrical-coordinate representation of color #6E11FA: hue angle of 263.95º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6E11FA is Cyan = 0.56, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 110 17 250 -
CMYK 0.56 0.93 0 0.02
HSL 263.95º 0.96% 0.52% -
HSV(B) 263.95º 0.93% 0.98% -
XYZ 23.89 10.62 91.23 -
YUV 71.37 228.81 155.55 -
System Red Green Blue C M Y K H S L
Decimal 110 17 250 0.56 0.93 0 0.02 263.95 0.96 0.52
Hex 6E 11 FA 38 5D 0 2 108 60 34
Octal 156 21 372 70 135 0 2 410 140 64
Binary 1101110 10001 11111010 111000 1011101 0 10 100001000 1100000 110100

Color Harmonies of #6E11FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E11FA

Black with #6E11FA

Text Example


Text Example

White with #6E11FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,17,250); }

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

background-color css

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

 a { background-color: rgb(110,17,250); }

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

border-color css

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

 span { border-color: rgb(110,17,250); }

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