#6E08E8

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

Shades of Electric Indigo #6E08E8

Tints of Electric Indigo #6E08E8

Color information

#6E08E8 (or 0x6E08E8) is unknown color: approx Electric Indigo. HEX triplet: 6E, 08 and E8. RGB value is (110,8,232). Sum of RGB (Red+Green+Blue) = 110+8+232=350 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.43% from 350); Green value is 8 (3.52% from 255 or 2.29% from 350); Blue value is 232 (91.02% from 255 or 66.29% from 350); Max value from RGB is 232 - color contains mainly: blue. Hex color #6E08E8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6E08E8 is #91F717. Grayscale: #3F3F3F. Windows color (decimal): -9565976 or 15206510. OLE color: 15206510.

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

Color convert

RGB1108232-
CMYK0.530.9700.09
HSL267.32º93.33%47.06%-
HSV(B)267.32º96.55%90.98%-
XYZ21.089.3177.03-
YUV64.03222.79160.79-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 31.43%
GREEN value IS 8 (3.52% from 255) = 2.29%
BLUE value IS 232 (91.02% from 255) = 66.29%
R=31.43%
G=2.29%
B=66.29%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal11082320.530.9700.09267.3293.3347.06
Hex6E8E835610910b5d2f
Octal156103506514101141313557
Binary11011101000111010001101011100001010011000010111011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E08E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,8,232); }

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

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

 a { background-color: rgb(110,8,232); }

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

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

 span { border-color: rgb(110,8,232); }

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