#6600D1

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

Shades of Electric Indigo #6600D1

Tints of Electric Indigo #6600D1

Color information

#6600D1 (or 0x6600D1) is unknown color: approx Electric Indigo. HEX triplet: 66, 00 and D1. RGB value is (102,0,209). Sum of RGB (Red+Green+Blue) = 102+0+209=311 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.80% from 311); Green value is 0 (0.39% from 255 or 0% from 311); Blue value is 209 (82.03% from 255 or 67.20% from 311); Max value from RGB is 209 - color contains mainly: blue. Hex color #6600D1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6600D1 is #99FF2E. Grayscale: #353535. Windows color (decimal): -10092335 or 13697126. OLE color: 13697126.

HSL color Cylindrical-coordinate representation of color #6600D1: hue angle of 269.28º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6600D1 is Cyan = 0.51, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB1020209-
CMYK0.51100.18
HSL269.28º100%40.98%-
HSV(B)269.28º100%81.96%-
XYZ16.997.4360.86-
YUV54.32215.29162.01-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.80%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 209 (82.03% from 255) = 67.20%
R=32.80%
G=0%
B=67.20%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal10202090.51100.18269.2810040.98
Hex660D1336401210d6429
Octal14603216314402241514451
Binary110011001101000111001111001000100101000011011100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6600D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6600D1; }

 p { color: rgb(102,0,209); }

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

<style>
 a { background-color: #6600D1; }

 a { background-color: rgb(102,0,209); }

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

<style>
 span { border-color: #6600D1; }

 span { border-color: rgb(102,0,209); }

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