#6600AE

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

Shades of Indigo #6600AE

Tints of Indigo #6600AE

Color information

#6600AE (or 0x6600AE) is unknown color: approx Indigo. HEX triplet: 66, 00 and AE. RGB value is (102,0,174). Sum of RGB (Red+Green+Blue) = 102+0+174=276 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.96% from 276); Green value is 0 (0.39% from 255 or 0% from 276); Blue value is 174 (68.36% from 255 or 63.04% from 276); Max value from RGB is 174 - color contains mainly: blue. Hex color #6600AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6600AE is #99FF51. Grayscale: #313131. Windows color (decimal): -10092370 or 11403366. OLE color: 11403366.

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

Color convert

RGB1020174-
CMYK0.41100.32
HSL275.17º100%34.12%-
HSV(B)275.17º100%68.24%-
XYZ13.125.8840.49-
YUV50.33197.79164.85-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.96%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 174 (68.36% from 255) = 63.04%
R=36.96%
G=0%
B=63.04%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal10201740.41100.32275.1710034.12
Hex660AE29640201136422
Octal14602565114404042314442
Binary1100110010101110101001110010001000001000100111100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6600AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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