#6606A0

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

Shades of Indigo #6606A0

Tints of Indigo #6606A0

Color information

#6606A0 (or 0x6606A0) is unknown color: approx Indigo. HEX triplet: 66, 06 and A0. RGB value is (102,6,160). Sum of RGB (Red+Green+Blue) = 102+6+160=268 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.06% from 268); Green value is 6 (2.73% from 255 or 2.24% from 268); Blue value is 160 (62.89% from 255 or 59.70% from 268); Max value from RGB is 160 - color contains mainly: blue. Hex color #6606A0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6606A0 is #99F95F. Grayscale: #333333. Windows color (decimal): -10090848 or 10487398. OLE color: 10487398.

HSL color Cylindrical-coordinate representation of color #6606A0: hue angle of 277.4º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6606A0 is Cyan = 0.36, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB1026160-
CMYK0.360.9600.37
HSL277.4º92.77%32.55%-
HSV(B)277.4º96.25%62.75%-
XYZ11.895.4933.69-
YUV52.26188.8163.48-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.06%
GREEN value IS 6 (2.73% from 255) = 2.24%
BLUE value IS 160 (62.89% from 255) = 59.70%
R=38.06%
G=2.24%
B=59.70%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal10261600.360.9600.37277.492.7732.55
Hex666A024600251155d21
Octal14662404414004542513541
Binary110011011010100000100100110000001001011000101011011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6606A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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