Html Css Color HEX #6E15FF Electric Indigo

📋 copy color: '#6E15FF'

red 110 ◦ green 21 ◦ blue 255

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

Shades of Electric Indigo #6E15FF

Tints of Electric Indigo #6E15FF

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.44%

 BLUE value IS 255 (100% from 255) = 66.06%

R = 28.5%
G = 5.44%
B = 66.06%

CMYK

 C value IS 0.57

 M value IS 0.92

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6E15FF (or 0x6E15FF) is known color: Electric Indigo. HEX triplet: 6E, 15 and FF. RGB value is (110,21,255). Sum of RGB (Red+Green+Blue) = 110+21+255=386 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.50% from 386); Green value is 21 (8.59% from 255 or 5.44% from 386); Blue value is 255 (100% from 255 or 66.06% from 386); Max value from RGB is 255 - color contains mainly: blue. Hex color #6E15FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6E15FF is #91EA00. Grayscale: #494949. Windows color (decimal): -9562625 or 16717166. OLE color: 16717166.

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

Color convert

RGB 110 21 255 -
CMYK 0.57 0.92 0 0
HSL 262.82º 1% 0.54% -
HSV(B) 262.82º 0.92% 1% -
XYZ 24.75 11.07 95.44 -
YUV 74.29 229.99 153.47 -
System Red Green Blue C M Y K H S L
Decimal 110 21 255 0.57 0.92 0 0 262.82 1 0.54
Hex 6E 15 FF 39 5C 0 0 107 64 36
Octal 156 25 377 71 134 0 0 407 144 66
Binary 1101110 10101 11111111 111001 1011100 0 0 100000111 1100100 110110

Color Harmonies of #6E15FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E15FF

Black with #6E15FF

Text Example


Text Example

White with #6E15FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,21,255); }

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

background-color css

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

 a { background-color: rgb(110,21,255); }

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

border-color css

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

 span { border-color: rgb(110,21,255); }

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