#6605E6

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

Shades of Electric Indigo #6605E6

Tints of Electric Indigo #6605E6

Color information

#6605E6 (or 0x6605E6) is unknown color: approx Electric Indigo. HEX triplet: 66, 05 and E6. RGB value is (102,5,230). Sum of RGB (Red+Green+Blue) = 102+5+230=337 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.27% from 337); Green value is 5 (2.34% from 255 or 1.48% from 337); Blue value is 230 (90.23% from 255 or 68.25% from 337); Max value from RGB is 230 - color contains mainly: blue. Hex color #6605E6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6605E6 is #99FA19. Grayscale: #3A3A3A. Windows color (decimal): -10091034 or 15074662. OLE color: 15074662.

HSL color Cylindrical-coordinate representation of color #6605E6: hue angle of 265.87º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6605E6 is Cyan = 0.56, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB1025230-
CMYK0.560.9800.10
HSL265.87º95.74%46.08%-
HSV(B)265.87º97.83%90.2%-
XYZ19.828.6575.49-
YUV59.65224.14158.2-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.27%
GREEN value IS 5 (2.34% from 255) = 1.48%
BLUE value IS 230 (90.23% from 255) = 68.25%
R=30.27%
G=1.48%
B=68.25%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal10252300.560.9800.10265.8795.7446.08
Hex665E638620A10a602e
Octal14653467014201241214056
Binary1100110101111001101110001100010010101000010101100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6605E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6605E6; }

 p { color: rgb(102,5,230); }

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

<style>
 a { background-color: #6605E6; }

 a { background-color: rgb(102,5,230); }

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

<style>
 span { border-color: #6605E6; }

 span { border-color: rgb(102,5,230); }

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