#6606DD

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

Shades of Electric Indigo #6606DD

Tints of Electric Indigo #6606DD

Color information

#6606DD (or 0x6606DD) is unknown color: approx Electric Indigo. HEX triplet: 66, 06 and DD. RGB value is (102,6,221). Sum of RGB (Red+Green+Blue) = 102+6+221=329 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.00% from 329); Green value is 6 (2.73% from 255 or 1.82% from 329); Blue value is 221 (86.72% from 255 or 67.17% from 329); Max value from RGB is 221 - color contains mainly: blue. Hex color #6606DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6606DD is #99F922. Grayscale: #3A3A3A. Windows color (decimal): -10090787 or 14485094. OLE color: 14485094.

HSL color Cylindrical-coordinate representation of color #6606DD: hue angle of 266.79º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6606DD is Cyan = 0.54, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB1026221-
CMYK0.540.9700.13
HSL266.79º94.71%44.51%-
HSV(B)266.79º97.29%86.67%-
XYZ18.68.1869-
YUV59.21219.3158.52-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.00%
GREEN value IS 6 (2.73% from 255) = 1.82%
BLUE value IS 221 (86.72% from 255) = 67.17%
R=31.00%
G=1.82%
B=67.17%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal10262210.540.9700.13266.7994.7144.51
Hex666DD36610D10b5f2d
Octal14663356614101541313755
Binary1100110110110111011101101100001011011000010111011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6606DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6606DD; }

 p { color: rgb(102,6,221); }

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

<style>
 a { background-color: #6606DD; }

 a { background-color: rgb(102,6,221); }

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

<style>
 span { border-color: #6606DD; }

 span { border-color: rgb(102,6,221); }

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