#6E00EB

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

Shades of Electric Indigo #6E00EB

Tints of Electric Indigo #6E00EB

Color information

#6E00EB (or 0x6E00EB) is unknown color: approx Electric Indigo. HEX triplet: 6E, 00 and EB. RGB value is (110,0,235). Sum of RGB (Red+Green+Blue) = 110+0+235=345 (45% of max value = 765). Red value is 110 (43.36% from 255 or 31.88% from 345); Green value is 0 (0.39% from 255 or 0% from 345); Blue value is 235 (92.19% from 255 or 68.12% from 345); Max value from RGB is 235 - color contains mainly: blue. Hex color #6E00EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6E00EB is #91FF14. Grayscale: #3A3A3A. Windows color (decimal): -9568021 or 15401070. OLE color: 15401070.

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

Color convert

RGB1100235-
CMYK0.53100.08
HSL268.09º100%46.08%-
HSV(B)268.09º100%92.16%-
XYZ21.439.3179.27-
YUV59.68226.94163.89-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 31.88%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 235 (92.19% from 255) = 68.12%
R=31.88%
G=0%
B=68.12%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal11002350.53100.08268.0910046.08
Hex6E0EB35640810c642e
Octal15603536514401041414456
Binary11011100111010111101011100100010001000011001100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E00EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,0,235); }

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

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

 a { background-color: rgb(110,0,235); }

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

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

 span { border-color: rgb(110,0,235); }

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