#6E0BDA

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

Shades of Electric Indigo #6E0BDA

Tints of Electric Indigo #6E0BDA

Color information

#6E0BDA (or 0x6E0BDA) is unknown color: approx Electric Indigo. HEX triplet: 6E, 0B and DA. RGB value is (110,11,218). Sum of RGB (Red+Green+Blue) = 110+11+218=339 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.45% from 339); Green value is 11 (4.69% from 255 or 3.24% from 339); Blue value is 218 (85.55% from 255 or 64.31% from 339); Max value from RGB is 218 - color contains mainly: blue. Hex color #6E0BDA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E0BDA is #91F425. Grayscale: #3F3F3F. Windows color (decimal): -9565222 or 14289774. OLE color: 14289774.

HSL color Cylindrical-coordinate representation of color #6E0BDA: hue angle of 268.7º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6E0BDA is Cyan = 0.50, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB11011218-
CMYK0.500.9500.15
HSL268.7º90.39%44.9%-
HSV(B)268.7º94.95%85.49%-
XYZ19.28.6266.98-
YUV64.2214.8160.67-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 32.45%
GREEN value IS 11 (4.69% from 255) = 3.24%
BLUE value IS 218 (85.55% from 255) = 64.31%
R=32.45%
G=3.24%
B=64.31%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal110112180.500.9500.15268.790.3944.9
Hex6EBDA325F0F10d5a2d
Octal156133326213701741513255
Binary11011101011110110101100101011111011111000011011011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E0BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,11,218); }

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

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

 a { background-color: rgb(110,11,218); }

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

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

 span { border-color: rgb(110,11,218); }

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