#6600AB

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

Shades of Indigo #6600AB

Tints of Indigo #6600AB

Color information

#6600AB (or 0x6600AB) is unknown color: approx Indigo. HEX triplet: 66, 00 and AB. RGB value is (102,0,171). Sum of RGB (Red+Green+Blue) = 102+0+171=273 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.36% from 273); Green value is 0 (0.39% from 255 or 0% from 273); Blue value is 171 (67.19% from 255 or 62.64% from 273); Max value from RGB is 171 - color contains mainly: blue. Hex color #6600AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6600AB is #99FF54. Grayscale: #313131. Windows color (decimal): -10092373 or 11206758. OLE color: 11206758.

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

Color convert

RGB1020171-
CMYK0.40100.33
HSL275.79º100%33.53%-
HSV(B)275.79º100%67.06%-
XYZ12.835.7738.96-
YUV49.99196.29165.1-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.36%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 171 (67.19% from 255) = 62.64%
R=37.36%
G=0%
B=62.64%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal10201710.40100.33275.7910033.53
Hex660AB28640211146422
Octal14602535014404142414442
Binary1100110010101011101000110010001000011000101001100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6600AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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