#6E13FE

Color #6E13FE Electric Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Indigo #6E13FE

Tints of Electric Indigo #6E13FE

Color information

#6E13FE (or 0x6E13FE) is unknown color: approx Electric Indigo. HEX triplet: 6E, 13 and FE. RGB value is (110,19,254). Sum of RGB (Red+Green+Blue) = 110+19+254=383 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.72% from 383); Green value is 19 (7.81% from 255 or 4.96% from 383); Blue value is 254 (99.61% from 255 or 66.32% from 383); Max value from RGB is 254 - color contains mainly: blue. Hex color #6E13FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6E13FE is #91EC01. Grayscale: #484848. Windows color (decimal): -9563138 or 16651118. OLE color: 16651118.

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

Color convert

RGB11019254-
CMYK0.570.9300.00
HSL263.23º99.16%53.53%-
HSV(B)263.23º92.52%99.61%-
XYZ24.5510.9494.58-
YUV73230.15154.39-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 28.72%
GREEN value IS 19 (7.81% from 255) = 4.96%
BLUE value IS 254 (99.61% from 255) = 66.32%
R=28.72%
G=4.96%
B=66.32%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal110192540.570.9300.00263.2399.1653.53
Hex6E13FE395D001076336
Octal15623376711350040714366
Binary110111010011111111101110011011101001000001111100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E13FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,19,254); }

 H1.HeaderClassName
 {
   color: #6E13FE;
 }
 .AnyTagClassName
 {
   color: #6E13FE;
 }
</style>
background-color css

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

 a { background-color: rgb(110,19,254); }

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

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

 span { border-color: rgb(110,19,254); }

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