#6600AA

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

Shades of Indigo #6600AA

Tints of Indigo #6600AA

Color information

#6600AA (or 0x6600AA) is unknown color: approx Indigo. HEX triplet: 66, 00 and AA. RGB value is (102,0,170). Sum of RGB (Red+Green+Blue) = 102+0+170=272 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.5% from 272); Green value is 0 (0.39% from 255 or 0% from 272); Blue value is 170 (66.80% from 255 or 62.5% from 272); Max value from RGB is 170 - color contains mainly: blue. Hex color #6600AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6600AA is #99FF55. Grayscale: #313131. Windows color (decimal): -10092374 or 11141222. OLE color: 11141222.

HSL color Cylindrical-coordinate representation of color #6600AA: hue angle of 276º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6600AA is Cyan = 0.4, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1020170-
CMYK0.4100.33
HSL276º100%33.33%-
HSV(B)276º100%66.67%-
XYZ12.745.7338.46-
YUV49.88195.79165.18-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.5%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 170 (66.80% from 255) = 62.5%
R=37.5%
G=0%
B=62.5%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal10201700.4100.3327610033.33
Hex660AA28640211146421
Octal14602525014404142414441
Binary1100110010101010101000110010001000011000101001100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6600AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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