#6E04EE

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

Shades of Electric Indigo #6E04EE

Tints of Electric Indigo #6E04EE

Color information

#6E04EE (or 0x6E04EE) is unknown color: approx Electric Indigo. HEX triplet: 6E, 04 and EE. RGB value is (110,4,238). Sum of RGB (Red+Green+Blue) = 110+4+238=352 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.25% from 352); Green value is 4 (1.95% from 255 or 1.14% from 352); Blue value is 238 (93.36% from 255 or 67.61% from 352); Max value from RGB is 238 - color contains mainly: blue. Hex color #6E04EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6E04EE is #91FB11. Grayscale: #3D3D3D. Windows color (decimal): -9566994 or 15598702. OLE color: 15598702.

HSL color Cylindrical-coordinate representation of color #6E04EE: hue angle of 267.18º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6E04EE is Cyan = 0.54, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB1104238-
CMYK0.540.9800.07
HSL267.18º96.69%47.45%-
HSV(B)267.18º98.32%93.33%-
XYZ21.919.5781.58-
YUV62.37227.12161.97-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 31.25%
GREEN value IS 4 (1.95% from 255) = 1.14%
BLUE value IS 238 (93.36% from 255) = 67.61%
R=31.25%
G=1.14%
B=67.61%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal11042380.540.9800.07267.1896.6947.45
Hex6E4EE36620710b612f
Octal1564356661420741314157
Binary110111010011101110110110110001001111000010111100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E04EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,4,238); }

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

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

 a { background-color: rgb(110,4,238); }

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

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

 span { border-color: rgb(110,4,238); }

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