#6E06DB

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

Shades of Electric Indigo #6E06DB

Tints of Electric Indigo #6E06DB

Color information

#6E06DB (or 0x6E06DB) is unknown color: approx Electric Indigo. HEX triplet: 6E, 06 and DB. RGB value is (110,6,219). Sum of RGB (Red+Green+Blue) = 110+6+219=335 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.84% from 335); Green value is 6 (2.73% from 255 or 1.79% from 335); Blue value is 219 (85.94% from 255 or 65.37% from 335); Max value from RGB is 219 - color contains mainly: blue. Hex color #6E06DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E06DB is #91F924. Grayscale: #3C3C3C. Windows color (decimal): -9566501 or 14354030. OLE color: 14354030.

HSL color Cylindrical-coordinate representation of color #6E06DB: hue angle of 269.3º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6E06DB is Cyan = 0.50, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB1106219-
CMYK0.500.9700.14
HSL269.3º94.67%44.12%-
HSV(B)269.3º97.26%85.88%-
XYZ19.288.5667.65-
YUV61.38216.96162.68-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 32.84%
GREEN value IS 6 (2.73% from 255) = 1.79%
BLUE value IS 219 (85.94% from 255) = 65.37%
R=32.84%
G=1.79%
B=65.37%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal11062190.500.9700.14269.394.6744.12
Hex6E6DB32610E10d5f2c
Octal15663336214101641513754
Binary1101110110110110111100101100001011101000011011011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E06DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,6,219); }

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

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

 a { background-color: rgb(110,6,219); }

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

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

 span { border-color: rgb(110,6,219); }

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